@charset "utf-8";
/* CSS Document */
#ac-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	background-color: transparent;
	background-image: url(../images/sfondo_cookie.png);
	background-repeat: repeat;
	background-position: left top;
}
#popup {
	position: relative;
	width: 100%;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	background-attachment: scroll;
	background-color: #333333;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	color: #FFF;
	padding: 0.5em;
}
#popup center a {
	color: #999;
	text-decoration: underline;
}
#popup center a:hover {
	color: #FFF;
}
#popup input{
	color: #FFF;
	background-color: #CCC;
	border: 1px solid #FFF;
	padding-top: 0.2em;
	padding-right: 0.3em;
	padding-bottom: 0.2em;
	padding-left: 0.3em;
	font-weight: bold;
}
#popup input:hover {
	background-color: #999;
}
