/* 
========================================================================
Cookie Compliance Script
========================================================================
*/
body
{
  margin: 0px;
  padding: 0px;
}
#cookieMessageWrapper
{
	background: #FFFFFF;
	font-family: "Segoe UI",Verdana,Arial,Helvetica,Sans-Serif; 
	font-size: 9pt; 
	font-weight: normal; 
	color: #333;
	padding: 0px;
	display: none;
	border: solid 1px #E5E8E4;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	z-index: 1000;
}
#cookieMessage
{
	width: 500px; /* this needs to be set to the width of the centre container */
	padding: 10px 10px 10px 10px;
	margin: 0px auto;
	position: relative;
}
#cookieMessage:after
{
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}
#cookieMessage p
{
	margin: 0px 0px 0px;
}
#cookieClose
{

	padding: 0px 5px;
	text-decoration: none;
		color: #333;
	font-size: 100%;
	margin-top: 6px;
	font-weight: bold;
	width: 80px;

}