/*
    Document   : estilo
    Created on : 03/12/2009, 16:25:37
    Author     : Angel
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
root {
    display: block;
}
body {
    background: #EEE;
}
#login {
    position:absolute; width:380px; height:208px;
    top: 50%; left: 50%;
    margin-left: -190px;
    margin-top: -104px;
    background: url('images/bglogin2.png');
}
#login2 {
    position:absolute; width:380px; height:208px;
    top: 50%; left: 70%;
    margin-left: -190px;
    margin-top: -104px;
    background: url('images/bglogin2.png');
}
#usuario {
    clear: both;
    position: absolute;
    top: 50%; left: 50%;
    margin-left: -127px;
    text-align: right;
    width: 200px;
}
#label {
    clear: both;
    text-align: right;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    padding-right: 8px;
    width: 50px;
    padding-bottom: 3px;
    color: #000;
}
#input {
    margin-top: 2px;
}
#resultadologin {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 9px;
    color: red;
    font-weight: bold;
}
.campo {
    width: 100px;
    border: solid 1px #000;
}
.botaoIN {
    position: absolute;
    top: 173px; left: 300px;
    width: 60px;
}