/* 
========================================================================
Cookie Compliance Script
========================================================================
*/

#cookieMessageWrapper
{
//	background: #eeeeee;
	font-family: "Arial"; 
	font-size: 9pt; 
	font-weight: normal; 
	color: #333;
	padding: 0;
	margin: 0 auto;
	display: none;
	border-bottom: solid 1px #e1e1e1;
	max-width: 1140px;
}
#cookieMessage
{
#	width: 730px; /* this needs to be set to the width of the centre container */
//	padding: 3px 1px 1px 1px;
	margin: 0 auto;
	position: relative;
	text-align:center;
}
#cookieMessage:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#cookieMessage p
{
	margin: 3px 0 0;
}
#cookieClose
{
	float: right;
	display: block;
	padding: 0px 6px 0 6px;
	text-decoration: none;
	background: #eeeeee;
	border: solid 1px #999999;
	border-radius: 2px;
	color: #000;
	font-size: 10px;
	margin-top: 1px;
//	font-weight: bold;
}