/* ------------ NEWSLETTER ------------ */

#modulo {
	position: absolute;
	width: 142px;
	height: 64px;
	left: 26px;
	bottom: 48px;
	text-align: center;
}

input {
	width: 130px;
	margin-top: 8px;
	text-align: center;
	font: 11px/11px Arial, Helvetica, sans-serif;
	border: none;
}

div.campo {
	width: 142px;
	height: 29px;
	background: url(../it/promo/arts/form.gif);
	margin-bottom: 7px;
}

div.bottone {
	display: block;
	width: 142px;
	height: 24px;
	background: #999 url(../it/promo/arts/button.gif) left top no-repeat;
	padding: 4px 0 0 0;
}

div.bottone:active {
	background-position: left -28px;
}

div.bottone a {
	display: block;
	width: 142px;
	height: 20px;
	color: #fff;
	text-decoration: none;
	border: none;
	text-align: center;
	padding-top: 4px;
}

div.bottone a:hover {
	color: #dedede;
}

div.bottone a:active {
	color: #fff;
}

.feedback {
	display: none;
	position: absolute;
	width: 142px;
	height: 48px;
	left: 26px;
	bottom: 48px;
	text-align: center;
	background: #fff url(../it/promo/arts/formfeedback.gif) left top no-repeat;
	color: #333;
	padding: 16px 0 0 0;
}

