/* 
========================================================================
Cookie Compliance Script
========================================================================
*/
body
{
  margin: 0;
  padding: 0;
}
#cookieMessageWrapper
{
	background: #323232;
	font-family: Arial,Helvetica,Sans-Serif; 
	font-size: 10pt; 
	font-weight: normal; 
	color: #000000;
	padding: 0;
	margin: 0;
	display: none;
	border-bottom: solid 1px #349722;
}
#cookieMessage
{
	width: 640px; /* this needs to be set to the width of the centre container */
	padding: 3px 0 3px 0;
	margin: 0 auto;
	position: relative;
}
#cookieMessage:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#cookieMessage p
{
	margin: 5px 0 0;
	color:#bebebe;
}
#cookieMessage A, #cookieMessage A:active, #cookieMessage A:visited {
    color: #349722;
    text-decoration: none;
}

#cookieClose
{
background: none repeat scroll 0 0 #349722;
border: 1px solid #000000;
border-radius: 4px 4px 4px 4px;
color: #FFFFFF !important;
display: block;
float: right;
font-size: 100%;
font-weight: bold;
margin-left: 17px;
margin-top: 19px;
padding: 0 15px;
}