#cookies-message a:visited {text-decoration:underline;}
#cookies-message a:link {text-decoration:underline;}
#cookies-message a:hover {text-decoration:underline;}

#cookies-message {
	padding: 10px 0px; 
	font-size: 12px; 
	line-height: 14px; 
	border-bottom: 1px solid #766F5A; 
	text-align: center; 
	position: fixed; 
	bottom: 10px; 
	background-color: #F5EFDF; 
	width: 1016px; 
	z-index: 999; 
	left: 50%;
	margin-left: -508px;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}
