﻿/* login */
html, body, form { width: 100%; height: 100%; margin: 0; padding: 0; }
body { background-color: #dedede; font: 14px Arial; color: #666666; }
a { text-decoration: none; color: #9797A5; }
a:hover { color: #C8D202; }
input[type=button], input[type=submit] { width: 95px; height: 27px; border: 0; background-color: #C8D202; color: #FFFFFF; }
input[type=button]:hover, input[type=submit]:hover { background-color: #dedede; color: #FFFFFF; cursor: pointer; }
input[type=text], input[type=password] { width:175px; height: 25px; font-size: 12px; padding: 0 4px; border: #DEDEDE 1px solid; }
#login { border-right: 1px solid #aaaaaa; border-bottom: 1px solid #aaaaaa; background-color: #FFFFFF; width: 450px; height: 160px; position: absolute; top: 50%; left: 50%; margin-top: -100px; margin-left: -225px; }
#login img { position: absolute; margin-left: 50px; margin-top: 25px; width: 110px; }
.user { position: absolute; margin-top: 35px; margin-left: 230px; height: 25px; font-size: 12px; padding: 0 4px; border: #DEDEDE 1px solid; }
.pwd { position: absolute; margin-top: 60px; margin-left: 230px; height: 25px; font-size: 12px; padding: 0 4px; border: #DEDEDE 1px solid; }
.btnLogin { position: absolute; margin-left: 320px; margin-top: 80px; }
#rodape {
    bottom:0%;
    position:absolute;
    text-align:center;
    font-size:12px;
    width:100%;
    background-color:#FFFFFF;
}