
#cookieChoiceInfo { 
	background-color: #666666;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #ffffff;
	bottom: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	left: 0;
	margin: 0;
	padding: 20px 0;
	position: fixed;
	text-align: center;
	z-index: 1000;
	width: 100%;
}

#cookieChoiceInfo a ,
#cookieChoiceInfo a:active ,
#cookieChoiceInfo a:visited ,
#cookieChoiceInfo a:hover {
	background-color: #000000;
	color: #cccccc;
	border-radius: 5px;
	margin: 0 5px;
	padding: 5px;
	text-decoration: none;
}

