/* CSS Document */
/* Muneri.com */

body 
{
	background-color:#fff;
	width:975px	
}

#login{

padding:10px;

}

legend
{
    text-transform:lowercase;
    }
    
fieldset
{
margin:0 auto;

-moz-border-radius: 8px; 
-webkit-border-radius: 8px;
padding: 10px;
}

.pulsanti{
 letter-spacing:0px;
 font-size:11px;
 background-color:#ff9900;
 border-color:#ff9900;
 border-style:double;
 border-width:2px;
 color:#000;
 font-weight:bold;
}

.pulsanti:hover{
 background-color:#666;
 border-color:#666;
 color:#fff;
}

.titolo
{
font-family :Arial ;
text-align:left; 
padding:5px; 
color:#000;
line-height:18px;
font-size:12px;
font-weight :bold ;
}
.titolo a
{ 
color:#000;
text-decoration:none;
}

.titolo a:hover
{ 
color:#ff9900;
text-decoration:underline;
}

.testo_generale
{
    font-family :Verdana ;
text-align:left; 
padding:5px; 
color:#000;
line-height:16px;
font-size:10px;
}

.testo_generale a
{ 
color:#000;
text-decoration:none;
}

.testo_generale a:hover
{ 
color:#3399cc;
text-decoration:underline;
}

.testo
{
font-family:Verdana;
text-align:left; 
color:#000;
font-size:11px;
}

.testo a
{ 
color:#000;
text-decoration:none;
}

.testo a:hover
{ 
color:#666;
text-decoration:underline;
}

.errore
{
font-family:Verdana;
text-align:left; 

color:#ff0000;
font-size:11px;
width:100%;
}



