@charset "utf-8";
/* CSS Document */

body {background:#FFF url(sfondo.jpg) center top fixed;}
#container {margin-left:auto; margin-right:auto; margin-bottom:auto; width:980px; margin-top:5px;}
#top {background:url(logo_alto.png); height:125px; width:980px; text-align:right;}
#top #testo {width:600px; margin-top:80px; margin-right:50px;}
#top #testo a {font-family:arial, verdana, helvetica; font-size:18px; color:white; font-weight:bold;}
/* #center {height:450px; width:980px; background:#FFF url(mezzo.png) repeat-y;} */
#center { width:980px; background:#FFF url(mezzo.png) repeat-y;} 
#bottom {background:url(sotto.png); height:48px; width:980px; text-align:center;}
#bottom a {font-family:arial, verdana, helvetica; font-size:10px; color:silver; }

.testo_1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.titolo_giallo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FF9900;
	font-weight:bold;
}

.testo_2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.titolo_nero{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000000;
	font-weight:bold;
}

.testo_3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
}

.msg_errore{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}

.sfondo_td_rosso{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FF9900;
	color:#FFFFFF;
}

.label_form{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.segnala_errore{
	border: 1px solid #FF0000;
	background-color:#FF0000;
}
