/* layout */
body{
margin:0;
padding:0;
border:0;
background:#a94b5b;
SCROLLBAR-FACE-COLOR:#FFF; 
SCROLLBAR-TRACK-COLOR:#FFF;
SCROLLBAR-HIGHLIGHT-COLOR:#530118;
SCROLLBAR-SHADOW-COLOR:#530118; 	
SCROLLBAR-3DLIGHT-COLOR:#FFF; 
SCROLLBAR-DARKSHADOW-COLOR:#FFF;	
SCROLLBAR-ARROW-COLOR:#98012B;
}
.Wx100{
width:100%;
}
.Hx100{
height:100%;
}
.tableSito{
border:1px solid #b1afaf;
background:#aa818d;
}
.tableSito td{
background:#530118;
}
.tableContent td{
border:0 !important;
background:#fff;
}
#scroll{
overflow:auto;
height:188px;
padding:4px;
}
/* testo */
.testo{
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#666;
text-align:justify;
}
.testo a{
color:#830132;
text-decoration:none;
}
.testo a:hover{
text-decoration:underline;
}
.titolo{
font-weight:bold;
color:#830132;
}
.bottom{
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#d39ca6;
}
.bottom a{
color:#d39ca6;
text-decoration:none;
}
.bottom a:hover{
text-decoration:underline;
}
.rigaScura td{
background:#e8e4e4;
}
.rigaChiara{
background:#f4f0f0 !important;
}

/* moduli */
label{
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#969696;
}
input{
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#969696;
background:#FFF;
border:1px solid #969696;
width:100%;
padding-left:2px;
}
input.button{
font:10px Verdana, Arial, Helvetica, sans-serif;
background:#a94b5b;
color:#FFF;
height:16px;
padding:0;
border:1px solid #a94b5b;
}
textarea{
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#3C3C3C;
background:#FFF;
border:5px solid #CECECE;
width:100%;
padding:2px;
}
select{
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#666;
background:#FFF;
border:1px solid #969696;
width:100%;
padding-left:2px;
}