.section{
    color: #353535;
    font-size: 0.8em;                
    margin-bottom: 0.5em;
/*    line-height: 180%;*/
}
.tdrow {
    border: 1px solid #CCCCCC;                
    padding: 2px;
}

.divtitsezione {
    border-bottom: 1px solid #CCCCCC;
    color: #FF9900;
    font-size: 21px;
    font-weight: bold;
}            
.section .ui-button {
    color: white;                
    background-image: none;
    background-color:#F9A94C;                                
    font-weight: 600;
    font-size:0.7em;
    text-transform: uppercase;
}
.section .ui-state-hover {
    color: black;
    background-color:#FFD800;
    font-weight: 600;        

}
.section a
{
    color: #003366;
    font-size: 0.9em;
    cursor: pointer;
}            

body,table
{
    color: #404040;
}

#formbottom
{
    margin-top:10px;
    font-size: 0.9em;
}

#formmiddle
{
    margin:auto;
    width: 95%;
}

.err
{
    color: red;
}

.section p{
    font-size: 1.2em;
}

.formmiddle ol, ul{
    color: #666666;
    font-size: 1.4em;
    
}
