#cookiesDiv {
z-index: 10000;
display: none;
position: fixed;
bottom: 0;
margin: 0;
width: 100%;
height: auto;
text-align: center;
background-color: #f1f1f1;
color: #003549;
padding-left: 0px;
opacity:0.9;
filter:alpha(opacity=70); /* For IE8 and earlier */
}

#cookiesDiv:hover {
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */

}

#cookiesDiv p {
	text-align: center;
	color: #666;
	font-family: Verdana, sans-serif;
	font-size:10px;
	padding: 10px;
	margin: 0;
}
#cookiesDiv a {
	text-align: center;
	color: #666;
	font-family: Verdana, sans-serif;
	font-size:10px;

	text-decoration: underline;
}
#cookiesDiv a:hover {
	text-align: center;
	color: #000;
	font-family: Verdana, sans-serif;
	font-size:10px;
	text-decoration: underline;
} 