/* CSS Document */
/* struttura form */




/* struttura celle editabile */
input.textv {
	width: 200px;
	font: 12px trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	border: 1px solid #ddd;
	padding-right: 2px;
	padding-left: 2px;
	}

/* struttura celle editabile ALTRO 
input.textaltro {
	width: 120px;
	font: 12px trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	border: 1px solid #ddd;
	padding-right: 2px;
	padding-left: 2px;
	}*/

/* struttura celle a tendina 
select.elenco {
	width: 170px;
	font: 12px "Georgia",Times New Roman,Times,serif;
	color: #000000;
	background: #ffffff;
	border: 0px solid #000000;
	padding-right: 2px;
	padding-left: 2px;
	}
*/		
	
/* struttura cella commento */
.commentoform {
	width: 600px;
	height: 100px;
	font: 12px "Georgia",Times New Roman,Times,serif;
	color: #000000;
	background: #fff;
	border: 1px solid #ddd;
	text-align: left;
	}

/* stile testi elenco form */
.richiesto {
	color: #5a2208;
	text-align: left;
	font: bold 12px "Georgia",Times New Roman,Times,serif;
	width:70px;
	height:30px;
	}


/* stile titolo */
.titoli {
font: bold 16px "Georgia",Times New Roman,Times,serif;
color: #754F5C;
text-transform: uppercase;
}


/* stile legge privacy */
.postille {
width:600px;
font: 9px "Georgia",Times New Roman,Times,serif;
color: #754F5C;
text-align: justify;
line-height: 11px;
}

/* struttura pulasante invio */
input.pulsantev {
	 width: 60px;
	height: 20px;
	background: #754F5C;
	font: bold 11px "Georgia",Times New Roman,Times,serif;
	color: #fff;
	text-align: center;
	border: 0px solid #000000;
	margin-left: 545px;
	line-height: 11px;
}

