﻿body 
{
    margin-bottom:0; 
    margin-top:0; 
    margin-left:0; 
    margin-right:0; 
    BACKGROUND-COLOR: #f5f5f5;
}
.btn_login
{
    font-family:Verdana;    
    font-size:10px;
}
.edt_login
{
    font-family:Verdana;    
    font-size:10px;
}
.lbl_login
{
    font-family:Verdana;    
    font-size:10px;
}
.janela_login
{
    height:272px; 
    width:400px; 
    position:absolute; 
    left:50%;
    top:50%;
    margin-left:-200px;
    margin-top:-136px;
    border-style: solid; 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px; 
    BACKGROUND-IMAGE: url(../imagens/teclado_login.jpg);
    BACKGROUND-COLOR: #ffffff;
    background-position:left;
    background-repeat:no-repeat;
}
.input_login
{
    z-index: 101; 
    left: 175px; 
    width: 211px; 
    position: absolute; 
    top: 103px;
    height: 160px;
}
.logo_login
{
    BACKGROUND-IMAGE: url(../imagens/logo_enterprise.jpg);
    z-index: 100; 
    left: 165px; 
    width: 233px; 
    position: absolute; 
    top: 32px;
    height: 49px;
}
.sumario
{
    z-index: 108;
    left: 35px; 
    position: absolute; 
    top: 100px;
    font-family:Verdana;    
    font-size:10px;
}
.errmsg
{
    z-index: 109; 
    left: 35px; 
    position: absolute;
    top: 133px;
    font-family:Verdana;    
    font-size:10px;
    color:Red;
}
.teclado_virtual
{
    position: relative;
    top: 40px;
    left: 230px;
    height: 99px;
    width: 270px;
    BACKGROUND-COLOR: #B5C2CB;
}
.teclas_teclado_virtual
{
    font-family:Arial;    
    font-size:10px;
    text-align:center;
    BACKGROUND-COLOR: #f5f5f5;
    border-color: #E1E1E1 #333333 #333333 #E1E1E1; 
    border-style:double; 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px;
    cursor:pointer;
}
.teclas_selecionadas_teclado_virtual
{
    font-family:Arial;    
    font-size:10px;
    text-align:center;
    BACKGROUND-COLOR: #dddddd;
    border-color: #E1E1E1 #333333 #333333 #E1E1E1; 
    border-style: solid; 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px;
    cursor:pointer;
}
.carregando
{
    BACKGROUND-IMAGE: url(../imagens/carregando.gif);
    position: relative; 
    BACKGROUND-COLOR: #ffffff;
    background-position:left;
    background-repeat:no-repeat;
    border-style: dashed;
    border-width:1px;
    font-family:Verdana;    
    font-size:10px;
    padding-left: 20px;
    padding-top:2px;
    z-index: 101; 
    left: 30px; 
    top: 240px; 
    width: 80px; 
    height: 15px;
}