/* Pagina Promo Facebook 2011 */
div#promo {width:800px;margin-left:70px;position:relative;}
iframe#fan {position: absolute;top: 238px;left: 160px;}
table#brand {margin-left:36px}
table#brand td {width:250px;}
table#brand img {float:left;}
tr.uno iframe {margin-top:2px;}
tr.due iframe {margin-top:5px;}
tr.tre iframe {margin-top:5px;}
tr.quattro iframe {margin-top:12px;}

/*** CONTACT *****************************************************************/
p, h1, form, button{border:0; margin:0; padding:0;}

#successMsg {margin-left: 37px;margin-top: 24px;font-size: 13px;margin-bottom: 36px;}

.contact {
	min-height: 480px;	
}

form.cleanform div {
	clear:both;
	font-size:14px;
	margin-left:37px;
}

form.cleanform div.header {
	border-bottom:solid 1px #b7ddf2;
	font-size:13px;
	margin-bottom:20px;
}

form.cleanform label{
	float:left;
	color: #993333;
	height: 26px;
	line-height: 26px;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
}

form.cleanform .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:130px;
}

/* Button main class */
form.cleanform input.partecipa {
	float:none;
	width:143px;
	height:87px;
 	text-decoration:none;
 	cursor:pointer;
	margin: 0;
	padding: 0;
	background:url('/promozione-facebook/images/step3-next.jpg');
	border:0px;
}


/* Positive button */
form.cleanform input.button:hover {
	background-color: #333;
	border: 1px solid #666;
	color: #eee;
}


/* Button images */
form.cleanform textarea, form.cleanform input {
	-webkit-border-radius: 1em; -moz-border-radius: 1em; border-radius: 1em;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	float:left;
	border:0px;
	font-size:12px;
	padding:4px 8px;
	background: #f1ef85;
	border:1px solid #f1ef85;
	width:200px;
	margin:2px 0 10px 10px;
}
form.cleanform textarea {
	resize: none;
}

form.cleanform input.errorField,
form.cleanform textarea.errorField {
	border:1px solid red;
	color: red;
}
form.cleanform h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

form.cleanform .contactIntro {
	font-size: 14px;
	line-height: 16px;
	margin: 0 10px 0 20px;
	text-align:justify;
}
form.cleanform .intro-spacer {
	height: 40px;
}

