/* WEBMOOLE 2.1 - CONTATTI */

.sfondo_intestazione_contatti{
	height: 206px;
}

/* Contatto */
div#contatto table{
	width: 450px;
	border-spacing: 0;
}

div#contatto table{
	width: 440px;
	border-spacing: 0;
}

div#contatto table td {
	vertical-align: middle;
	padding: 2px;
}

div#contatto div#titoloPaginaStd h1 {
	font-size: 18px;
	padding: 6px;
	text-align: right;
	color:#204010;
	text-decoration: none;
	border-bottom: solid 1px #909090;
}


div#contatto table h3 {
	font-size: 12px;
	font-weight: bold;
	color: #f1472d;
	padding-bottom: 3px;
}

div#contatto table h4 {
	font-size: 11px;
	font-weight: bold;
	color: #f1472d;
	padding-bottom: 3px;
}

div#contatto .contattiInput{
 	width:150px;
 	height:16px;
	border:1px solid #42423D;
	background:#FFFFFF;
	font-family: Tahoma;
	color: #000;
	line-height:1em;
	font-size: 12px;
	padding-top:3px;
	padding-left:4px;
	font-weight: normal;
}

div#contatto input[disabled].contattiInput{
	background: #e0e0e0;
	border:1px solid #a1a1a1;
	color: #000;
}

div#contatto select.contattiSel{
	border: 1px solid #42423D;
	background: #e0e0e0;
	font-family: Tahoma;
	color: #000;
	font-size: 12px;
	padding:2px;
	font-weight: normal;
}

div#contatto select.contattiSel option{
	padding-right: 15px;
	height: 12px;
}

div#contatto .contattiTa{
	border:1px solid #42423D;
	background:#FFFFFF;
	font-family: Tahoma;
	color: #000;
	line-height:1em;
	font-size: 12px;
	padding-top:3px;
	padding-left:4px;
	font-weight: normal;
}

div#contatto .contattiRa label{
	border:1px solid #42423D;
	background:#FFFFFF;
	font-family: Tahoma;
	color:#412E41;
	line-height:1em;
	font-size: 12px;
	padding-top:3px;
	padding-left:4px;
	font-weight: normal;
}

div#contatto .privacyP {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 150px;
	width: 453px;
	border: 1px solid #a1a1a1;
	padding: 2px;
	overflow: auto;
	line-height: 1.2em;
	color: #000;
}

div#contatto div#codiceConferma {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 320px;
	border: 1px solid #ededed;
	padding: 10px;
}

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: bold;
}


