#cookieMessageWrapper
{
	background: #aaa; 
	font-size: 1.3em; 
	font-weight: normal; 
	color: #fff;
	padding: 0;
	margin: 0;
	display: none;
	position: fixed;
    width: 100%;
    z-index: 9000;
	border-bottom: solid 1px #666;
	background: #aaaaaa; /* Old browsers */
	background: -moz-linear-gradient(top,  #aaaaaa 0%, #888888 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(100%,#888888)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #aaaaaa 0%,#888888 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #aaaaaa 0%,#888888 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #aaaaaa 0%,#888888 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #aaaaaa 0%,#888888 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#888888',GradientType=0 ); /* IE6-8 */

}
@media screen and (min-width: 961px) {
	#cookieMessage {
	width: 960px; /* this needs to be set to the width of the centre container */
	padding: 3px 0 7px 0;
	margin: 0 auto;
	position: relative;
	}
}
@media screen and (max-width: 960px) {
	#cookieMessage {
		width: auto;
		padding: 3px 3px 7px 0;
		margin: 0 auto;
		position: relative;
	}
}
#cookieMessage:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#cookieMessage p
{
	margin: 5px 0 0;
	text-align: center;
}
/* #cookieMessage p a { color: #375D92; }*/

#cookieMessage p a:hover { color: #fff; } 

a#cookieClose
{
	float: right;
	display: block;
	background-image: url(close.png);

	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	z-index: 100;
	
	text-decoration: none;
	background-color: transparent;
	border: solid 0px #555;
	border-radius: 3px;
	color: #fff;
	font-size: 1.1em;
	text-transform: lowercase;
	margin-top: 5px;
	font-weight: bold;

}
a#cookieClose:hover { opacity: 0.8; }
@media screen and (min-width: 674px) {
	.top-extra-space { top: 35px !important; }
	.cookie-margin-top { margin-top: 35px !important; }
	.menu-top-extra { top: 84px !important; }
}
@media screen and (max-width: 673px) {
	.menu-top-extra { top: 99px !important; }
	.cookie-margin-top { margin-top: 50px !important; }
	.top-extra-space { top: 50px !important; }
}