/* 
========================================================================
Cookie Compliance Script
========================================================================
*/
#cookieMessageWrapper {
    /*background: #484848;*/
    background-color: #a7a91b;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 13pt;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    padding: 0;
    margin: 0;
    display: none;
    border-bottom: solid 1px #a7a91b;
    position: relative;
    z-index: 5000;
}
#cookieMessage
{
	width: 100%; /* this needs to be set to the width of the centre container */
	padding: 5px 0 0 0;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#cookieMessage:after
{
	content: "."; 
	/*display: block;*/ 
	height: 0; 
	clear: both;
	visibility: hidden;
}
#cookieMessage p
{
	margin-bottom: -10px !important;
	color: #fff !important;
	padding: 8px 8px 0px 8px !important;
}
#cookieClose
{
	/*float: right;
	display: block;*/
	padding: 1px 5px;
	text-decoration: none;
	text-shadow: none;
	background: #d1d1d1;
	border: solid 1px #6c8d2c;
	border-radius: 5px;
	color: #000;
	font-size: 100%;
	margin-top: 6px;
	font-weight: bold;
}