/* WEBMOOLE 2.1 - CONTATTI */

.sfondo_intestazione_contatti{
}

/* Contatto */
div#contatto table{
	width: 100%;
	border-spacing: 0;
}

div#contatto table td {
	vertical-align: middle;
	padding: 2px;
}

div#contatto table h3 {
	font-size: 12px;
	font-weight: bold;
	color: #a1a1a1;
	padding-bottom: 3px;
	line-height: 1.5em;
	letter-spacing: 1px;
}

div#contatto table h4 {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	padding-bottom: 3px;
	line-height: 1.5em;
	letter-spacing: 1px;
}

div#contatto .contattiInput{
 	width:200px;
 	height:16px;
	border:1px solid #838383;
	background:#FFFFFF;
	font-family: Tahoma;
	color:#0076bf;
	line-height:1em;
	font-size: 12px;
	padding-top:3px;
	padding-left:4px;
	font-weight: normal;
	letter-spacing: 1px;
}

div#contatto input[disabled].contattiInput{
	background: #e0e0e0;
	border:1px solid #838383;
	color: #0076bf;
}

div#contatto select.contattiSel{
	border: 1px solid #838383;
	background: #FFFFFF;
	font-family: Tahoma;
	color:#555;
	font-size: 12px;
	padding:2px;
	font-weight: normal;
	letter-spacing: 1px;
}

div#contatto select.contattiSel option{
	padding-right: 15px;
	height: 12px;
	letter-spacing: 1px;
}

div#contatto .contattiTa{
	border:1px solid #838383;
	background:#FFFFFF;
	font-family: Tahoma;
	color:#412E41;
	line-height:1em;
	font-size: 12px;
	padding-top:3px;
	padding-left:4px;
	font-weight: normal;
	line-height: 1.5em;
	letter-spacing: 1px;
}

div#contatto .privacyP {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 100px;
	width: 600px;
	border: 1px solid #838383;
	padding: 2px;
	color: #555;
	line-height: 1.5em;
	letter-spacing: 1px;
}

div#contatto div#codiceConferma {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 360px;
	padding: 10px;
	letter-spacing: 1px;
}

div#contatto .formButton {
	background-image: url(images/bottone.jpg);
	border: 0;
	width: 121px;
	height: 29px;
	background-color: transparent;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	letter-spacing: 1px;
}


