/* 
========================================================================
Cookie Compliance Script
========================================================================
*/
body
{
  margin: 0;
  padding: 0;
}
#cookieMessageWrapper
{
	background: #f80;
	font-family: "Segoe UI",Verdana,Arial,Helvetica,Sans-Serif; 
	font-size: 13px; 
	font-weight: normal; 
	color: #fff;
	padding: 0;
	margin: 0;
	display: none;
	border-bottom: solid 1px #f80;
}
#cookieMessage
{
	width: 970px; /* this needs to be set to the width of the centre container */
	padding: 3px 10px;
	margin: 0 auto;
	position: relative;
    max-width: 100%;
}
#cookieMessage:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#cookieMessage p
{
	margin: 5px 0 0;
    	color: #fff;
}
#cookieClose
{
	display: inline-block;
	padding: 2px 5px;
	text-decoration: none;
	background: #f80;
	border: solid 1px #fff;
	color: #fff;
	font-size: 11px;
	margin: 6px 0 11px;;
	font-weight: bold;
    text-transform: uppercase;
}