<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{ 
    border: 0; 
    margin: 0; 
    padding: 0; 
} 
body{ 
    background-color:#e3e3e3; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
} 
.body { 
    background-color:#e3e3e3; 
    min-width:150px; 
    height:645px; 
    position:relative; 
    margin:0 auto; 
} 
 
#img_topo {max-width:325px;min-width:200px;height:70px;margin:0px auto;width:90%; } 
#img_topo img{width:100%;} 

#img_topo_botao {max-width:90px;min-width:80px;height:25px;margin:0px auto;width:90%; } 
#img_topo_botao img{width:100%;} 


 
#titulo{color:#3d78aa;font-size:15px;margin:0 auto 10px 5px;max-width:400px;min-width:200px;width:90%; } 
 
.nome_campo{font-size:15px;color:#666;width:100%; } 
 
h3 { 
    color:#049; 
} 
 
h4 { 
    color:#049; 
} 
 
#centro { 
    margin: 0; 
    height: 70px; 
} 
 
 
#caixa { 
    border: #b2b2b2 3px solid; 
    -moz-border-radius:5px; 
    border-radius:5px; 
    min-width: 250px; 
    max-width: 400px; 
    height: 2062px; 
    text-align: left; 
    background: #e6e6e6, 0.6; 
    padding: 10px; 
    /*overflow: auto; */
    margin: 0 auto; 
} 
 
 
 
#login{ 
    color: #000; 
    height: 120px; 
    line-height: 25px; 
    margin: 0 auto; 
    text-align:right; 
    min-width:250px; 
    max-width:400px; 
    min-height:110px; 
} 
 
#login div { 
    width:238px; 
    float:left; 
} 
 
#login #botoes { 
    width: 170px; 
} 
 
#login input{ background-image: url(img/degrade_input.png); height:30px;background-color:#d9d9d9 repeat-x;margin-bottom:15px;color:#666;-moz-border-radius: 5px 5px 5px 5px;border-radius:5px; } 
 
 
#login .submit{ 
    background-image: url(img/degrade_submit.png); 
    border:2px solid #aaaaaa; 
    height: 30px; 
    width: 180px; 
    margin-left:58px; 
} 
 
#login .submit:hover{ 
    background: #f09b2f; 
    color:#FFFFFF; 
}


</pre></body></html>