/* CSS Document */
#cookieMessageWrapper
{
	width: 100%; /* 50% */
	height: 70px;
	border-top: 0px solid #aaaaaa;
	border-buttom: 0px solid #aaaaaa;
	border-right: 0px solid #aaaaaa;
	border-left: 0px solid #aaaaaa;
	/*border-color:#0000CC;
	border-style:double;*/
	/*background: #f6f6f6;*/
	/*bottom: 0px;*/
	text-align: center;
	/*padding: px 0;*/
	margin-left: auto;
	margin-right: auto;
	/*margin-bottom: 30px;*/
}
#cookieMessage
{
	width: 100%; /* this needs to be set to the width of the centre container */
	padding: 3px 3px 3px 3px;
	margin: 0 auto;
	position: relative;
	background: #E6EAF5;
	border-color:#aaaaaa;
	/*border-style:solid;*/
}
#cookieMessage:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#cookieMessage p
{
	margin: 5px 0 0;
}
#cookieClose
{
	float: center;
	display: block;
	padding: 0px 5px;
	text-decoration: none;
	background: #2F50A0;
	border: solid 1px #000;
	border-radius: 2px;
	color: #fff;
	font-size: 100%;
	margin-top: 6px;
	font-weight: bold;
}

#cookieConf
{
	float: center;
	display: block;
	/*padding: 0px 5px;*/
	
	text-decoration: none;
	background: #2F50A0;
	border: solid 1px #000;
	border-radius: 2px;
	color: #fff;
	font-size: 100%;
	margin-top: 6px;
	font-weight: bold;
}
