
#div-error{
    width:100%;
    height:45px;
    display:block;
    position:relative;
    font-family: Verdana;font-size: smaller;
    margin-top:10px;
}

#login-button{
    width:90px;
    height:25px;
    margin-left:auto;
    margin-right:auto;
}

#div-login{
    width:246px;
    height:127px;
    margin-left:auto;
    margin-right:auto;
    position:relative;    
}


#div-loggin-innerBox{
    clear:both;
    margin-left:auto;
    margin-right:auto;
    width:245px;
    height:128px;
    background:url('../@pics/login_bg.png') no-repeat;
}

#loginBox{
    width:226px;
    height:126px;
    margin-left:auto;
    margin-right:auto;
    font-family: Verdana;
    font-size: smaller;
    padding-top:15px;
}

#msgErroLogin{
    color:#FF0000;
    text-align:center;
}

.corner { 
    position: absolute; 
    width: 10px; 
    height: 10px; 
    background: url('../@pics/cornerGray.png') no-repeat; 
    font-size: 0%;
}

.tl { top: 0px; left: 0px; background-position: 0 0px;}
.tr { top: 0px; right: -1px; background-position: -10px 0;}
.bl { bottom: -1px; left: 0px; background-position: 0 -10px; }
.br { bottom: -1px; right: -1px; background-position: -10px -10px; }


#loginBox INPUT       { /*width: 150px;*/ height: 18px; border: 1px #747378 solid; font-family: Verdana, Arial, Tahoma, Sans-Serif; font-size: 7pt; color: #747378;}
#loginBox INPUT.botao { width: 60px; height: 20px; cursor:pointer; margin-bottom:10px;}

#loginBox SPAN.login { color:#4B4B4B; font-size: 8pt;}

DIV.tituloExtranet { font: bold 20px verdana,sans-serif; color:#b20004; padding-bottom:40px;}