/* layout */
body{
margin:0;
background:url(images/struttura/sf_scuro.gif) repeat;
}
form{
border:0;
margin:0;
padding:0;
}
.sf_sx{
background:url(images/struttura/sf_sx.gif) repeat-y;
}
.sf_dx{
background:url(images/struttura/sf_dx.gif) repeat-y;
}
.sf_nav{
background:url(images/struttura/sf_nav.gif) repeat-x;
}
.bordo_bottom{
border-bottom:1px solid #FFF;
}
.bordo_foto{
border:1px solid #313131;
}

/* PROVA 01 */
.sf_oriz{
background:url(images/struttura/sf_oriz.gif) repeat-x;
}

/* PROVA 02 */
.sf_scuro{
background:url(images/struttura/sf_scuro.gif) repeat;
}

/* table */
.table_x100{
height:100%;
width:100%;
}
.table_Hx100{
height:100%;
}
.table_Wx100{
width:100%;
}
/* testo */
.testo{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#949494;
text-align:justify;
}
.testo a{
color:#949494;
text-decoration:underline;
}
.testo a:hover{
color:#FFF;
text-decoration:none;
}
/* link */
.link{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#90F313;
}
.link a{
color:#90F313;
text-decoration:none;
}
.link a:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#90F313;
text-decoration:underline;
}
/* bottom */
#bottom{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#737373;
text-decoration:none;
background:#313131;
}
#bottom a{
color:#737373;
text-decoration:none;
}
#bottom a:hover{
color:#FFF;
}
.freccina{
color:#90F313;
}
/* privacy */
.privacy{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#777;
text-decoration:none;
}
/* moduli */
input{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#949494;
background:#666;
border:2px solid #666;
width:99%;
margin:2px;
}
input.button{
border:5px solid #313131;
background:#444;
color:#999;
font-size:11px;
text-align:left;
padding:2px;
}
textarea{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#949494;
background:#525252;
border:5px solid #90F313;
width:100%;
margin:2px;
padding:2px;
}
