
/* Banner Cookie */
#cookieChoiceInfo {
	position: fixed;
	z-index: 1000;
	background-color: #CECECE;
    width: 100%;
	height: 42;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	left: 0px; 
	bottom: 0px; 
	padding: 8px;
	opacity: .8;
	border-top: 1px #0066FF solid;
}

#cookieChoiceDismiss {
    position: relative;
	top: 3px;
	background-color: #0066FF; 
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
	border-radius: 3px;
}
#cookieChoiceDismiss:hover {
	background-color: #1E90FF;
}