/* 
========================================================================
Cookie Compliance Script
========================================================================
*/
#cookieMessageWrapper
{
	background: #f70;
	font-family: "Segoe UI",Verdana,Arial,Helvetica,Sans-Serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #fff;
	padding: 0 10px;
	margin: 0;
	display: none;
	position: fixed;
	width: 100%;
	bottom: 0px;
	z-index: 3000;
}
#cookieMessage
{
	max-width: 650px; /* this needs to be set to the width of the centre container */
	padding: 1px 0 1px 0;
	margin: 0 auto;
	position: relative;
}
#cookieMessage:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#cookieMessage p
{
	margin: 20px 0 20px 0;
	font-size: 15px; 
	font-weight: bold; 
	color: #fff;
}
#cookieClose
{
	text-align:center;
	width: auto;
	float: right;
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	border: solid 1px #fff;
	color: #fff;
	font-size: 15px;
	margin-top: 12px;
	font-weight: bold;
}