#avviso_cookie {
	width: 100%;
	background-color: #233447;
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
	padding: 5px;
	position: relative;
	padding-right: 125px;
}
#avviso_cookie a {
	color: #ffffff;
}
#avviso_cookie button {
	position: absolute;
	right: 25px;
	background-color: #FFFFFF;
	border: 1px solid #233447;
	color: #333333;
	padding: 3px;
	top: 5px;
	font-weight: bold;
}
#avviso_cookie button:hover {
	background-color: #233447;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}