#eucookie {
	position: fixed; 
	bottom: 20px; 
	/* left: 0; */ 
	right: 20px;
	width: 250px;
	height: 150 px;
	background: #eee;
	color: #FFF;
	background-color: #0081C7;
	padding: 15px;
	font-size: 13px; 
	font-family: verdana;
	z-index:10000;
	text-align: center;
}

#eucookie a.button {
	cursor: pointer; 
	background: #F2F2F2; 
	padding: 4px 10px;
	margin: 0 auto;
	/* margin-left: 10px; 
	margin-bottom: 0px; */ 
	border-radius: 5px; 
	font-weight: bold;
	color: #0081C7;
	text-align: center;
	/* float: right; */
}

#eucookie a.button:hover {
	background-color: #aaa;
	text-decoration: none;
	color:#F2F2F2;
}

#eucookie p.cookiemessage {
	display: block; 
	padding: 0; 
	margin: 0; 
	max-width:100%; 
}

#eucookie a  {
	color: #F2F2F2;
	text-decoration: none;
}

#eucookie a:hover  {
	color: #000;
	text-decoration: none;
}

