body 
{   text-align:center; 
    margin: 5px;
    padding: 0px;
    background-color: #333333;
}
body, tr, td, div 
{   font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#cccccc;
}
a 
{   color:#FFFFFF; 	
    outline:none;
    text-decoration:none;
}
a:hover
{   color: #FF0000;
    text-decoration:none;
    text-decoration: underline; 
}
.fix
{   clear: both;
}
.invisibile
{   display:none;
}
.titolo
{   color: #e69138; 
    text-align: center;
}
.login_label
{   width: 100px;
    float: left;
    text-align: left;
}
.inputError
{  	border-color: #FF0000; 
	background-color: #FFBFBF;	
}
.prev_button
{   float: left;
}
.next_button
{   float: right;
}
.login_text
{   float: left;
}
.login_errore
{   color: #ff0000;
    font-weight: bold;
}
.registrazione_label
{   width: 150px;
    float: left;
}
.registrazione_text
{   float: left;
}
.registrazione_errore
{   color: #ff0000;
    font-weight: bold;
}
.home_collegamento
{   padding:3px;
}
.elencoeserciti
{   text-align:center;
    padding:5px;
}
.text_left
{   text-align:left;
}
.pcomando_box
{   text-align:left; 
    border:1px; 
    margin:10px; 
    border-style: solid; 
    border-color: color:#00FF00;
    padding:5px;
}