.text_contatti {
	padding-top: 27px;
	padding-right: 35px;
	padding-bottom: 27px;
}
.text_contatti h1 {
	font-size: 0.9em;
	font-style: italic;
	margin-bottom: 8px;
}
.text_contatti p {
	font-size: 0.85em;
	line-height: 0.9em;
	margin-bottom: 10px;
}

.col_1 p A {
	text-decoration : none;
	color: #FF860C;
}
.col_1 p A:LINK {
	text-decoration : none;
	color: #FF860C;
}
.col_1 p A:HOVER {
	color : #1f1f0d;
	text-decoration : underline;
}
.col_1 p A:ACTIVE {
	color : #484834;
	text-decoration : underline;
}
.col_1 p A:VISITED {
	color : #FF860C;
	text-decoration : none;
}
.col_1 p A:VISITED:HOVER {
	color : #1f1f0d	;
	text-decoration : underline;
}
.col_2 .mappa {
	padding-top: 30px;
	padding-bottom: 10px;
}

.modulo {
	padding-top: 27px;
/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B5B6B0;*/
	padding-bottom: 27px;
}
.modulo p {
	float: left;
	margin-bottom: 10px;
}
.modulo p.inserimento {
	font-size: 0.85em;
	color: #999999;
}
.modulo p.label {
	width: 100px;
	text-align: right;
	padding-right: 20px;
	font-size: 0.85em;
	background-image: url(../images/layout/freccia_modulo.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 10px;
}
.modulo p.nolabel {
	width: 100px;
	text-align: right;
	padding-right: 20px;
	font-size: 0.85em;
	margin-right: 10px;
}
.modulo p .campo_modulo {
	border: 1px solid #484834;
	color: #353420;
	width: 300px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
.modulo p .check_modulo {
	margin-right: 10px;
}
.modulo p .bottone_modulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #484834;
	background-color: #ABAB9A;
	margin-right: 15px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	border: 1px solid #676756;
}

