#cookieMsgWrapper
{
	background: #008000;
	font-family: Verdana,Arial,Helvetica,Sans-Serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #efefef;
	padding: 5px;
	margin: 0;
	display: none;
	border-bottom: solid 1px #f80;
}
#cookieMsg
{
	width: 640px; /* this needs to be set to the width of the centre container */
	padding: 3px 0 3px 0;
	margin: 0 auto;
	position: relative;
}
#cookieMsg a
{
	color: #dddddd;
}
#cookieMsg:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#cookieMsg p
{
	margin: 5px 0 0;
}
#cookieClose
{
	float: right;
	display: block;
	padding: 8px 5px;
	text-decoration: none;
	background: #f80;
	border: solid 1px #000;
	border-radius: 2px;
	color: #fff;
	font-size: 100%;
	margin: 4px;
	font-weight: bold;
}