body {
	font-family: Arial, Verdana;
	font-size:12px;
	background-color:#591e1e; 
	padding:0px;
	width:1000px;
	margin:10px auto 0px auto;
}

a {
	color:#000000;
	text-decoration:none;
}

div.header {
	width:980px;
	background-image:url(/images/header.jpg);
	background-repeat:no-repeat;
	height:60px;
	font-family: Arial, Verdana;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	margin-bottom:20px;
	text-align:right;
}

div.tasti_header {
	margin-right:40px;
	padding-top:30px;
}

div.tasti_header a{
	margin-left:30px;
	color:#373737;
}

div.tasti_header a:hover{
	text-decoration:underline;
}

div.footer {
	width:980px;
	margin-top:20px;
	padding:10px 0 20px 0;
	clear:both;
	border-top:1px solid #cccccc;
	font-size:10px;
}

div.scritte_footer {
	text-align:right;
	padding-right:8px;
}

div.foto {
	float:left;
	padding-top:20px;
	width:482px;
}

div.testo {
	padding-top:10px;
	padding-right:30px; 
	text-align:justify;
}

span.spacer { 
	color:#fff;
	padding:0 8px 0 8px;
}

div.label{/* usato per i label a sinistra dei campi form presenti in CfgDyn*/
	width:100px;
	float:left;
	border-bottom: 1px #999 dotted;
    height:20px;
    padding: 0px;
	margin-right:2px;
	font-weight:normal;
	text-align:left;
	color:#000000;
}