<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: url(img/fundoGeral.jpg) no-repeat center top;*/
    background-color:#e3e3e3;
    min-width:400px;
    height:635px;
    position:relative;
    margin:0 auto;
}

#img_topo {max-width:450px;min-width:325px;height:60px;margin:5px auto;width:40%; }
#img_topo img{width:100%;}

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

#titulo{color:#3d78aa;font-size:16px;margin:0 auto 20px auto;max-width:700px;min-width:200px;width:400px; }

.nome_campo{font-size:15px;color:#666; }

h3 {
    color:#049;
}

h4 {
    color:#049;
}

#centro {
    margin: 0;
    height: 70px;
}


#caixa {
    border: #b2b2b2 3px solid;
    -moz-border-radius:5px;
    border-radius:5px;
    width: 400px;
    height: 1690px;
    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-shadow: 1px 1px 1px #000;*/
    text-align:right;
    width:400px;
    min-height:110px;
}

#login div {
    width:238px;
    float:left;
}

#login #botoes {
    width: 150px;
}

#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: 140px;
}

#login .submit:hover{
    background: #f09b2f;
    color:#FFFFFF;
}

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