 @charset "utf-8";
/* CSS Document */
body {
	font-size:12px;
	font-family:Arial;	
}
/*----- Tela de Login -----*/

/*----- Login -----*/
.limitador_login 
{
    width:800px;
    height:255px;
    }
.login_cima_bg 
{
    width:auto;
    height:35px;
    background:url(../img/login/login_cima_bg.jpg) repeat-x;
    }
#login_cima_img 
{
    width:232px;
    height:35px;
    float:left;
    margin-left:30px;
    background:url(../img/login/login_cima_img.jpg) no-repeat;
    }
.div_login_txt_esq 
{
    color:#9d9d9d;
    font-weight:bold;
    text-align:left;
    float:left;
    padding-top:5px;
    }
.div_login_txt_dir
{
    color:#ff9600;
    font-weight:bold;
    text-align:left;
    float:left;
    margin-left:30px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:15px;
    background:url(../img/login/seta_login_txt.jpg) no-repeat left;
    }
.div_login_txt_dir a 
{
    text-decoration:underline;    
    }
.div_login_txt 
{
    width:auto;
    height:25px;
    margin-top:5px;
    margin-left:15px;
    margin-right:120px;
    border-bottom:1px dotted #d0cfcf;
    }
.login_div_baixo 
{
    width:auto;
    height:200px;   
    background:url(../img/login/login_div_baixo.jpg) no-repeat right bottom;
    margin-top:5px;
    border:1px solid #a89e3f;
    }
.div_login_txt_baixo 
{
    width:300px;
    height:125px;
    float:left;
    padding-left:10px;
    }
.div_login_campo 
{
    margin-top:15px;
    }
.bt_entrar_login 
{
    float:left;
    margin:50px
    }
.div_login_campo_txt 
{
    width:auto;
    height:auto;
    font-size:14px;
    font-weight:bold;
    text-align:left;    
    }
.campo_input_login 
{
    width:100%;
    height:auto;
    border:1px solid #dad5d5;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
    padding-bottom:5px;
    margin-top:5px;
    font-size:12px;
    }
    
/*----- Cadastro -----*/

.limitador_cadastro 
{
    width:800px;
    height:260px;
    }
.cadastro_cima_bg 
{
    width:auto;
    height:33px;
    border:1px solid #949494;
    background:url(../img/login/cadastro_cima_bg.jpg) repeat-x;
    }
#cadastro_cima_img 
{
    width:256px;
    height:35px;
    float:left;
    margin-left:30px;
    background:url(../img/login/cadastro_cima_img.jpg) no-repeat;
    }
.cadastro_div_baixo 
{
    width:auto;
    height:200px;   
    background:url(../img/login/cadastro_div_baixo.jpg) no-repeat right bottom;
    margin-top:5px;
    border:1px solid #a5a5a5;
    }
.div_cadastro_txt_dir
{
    color:#ff9600;
    font-weight:bold;
    text-align:left;
    float:left;
    margin-left:102px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:15px;
    background:url(../img/login/seta_login_txt.jpg) no-repeat left;
    }
#lbSenha 
{
    color:#ff9600;
    }
    
/*--- Mensagem ---*/

.div_login_mensagem 
{
    font-size:11px;
    text-align:left;
    color:Red;
    background:url(../img/login/seta_login_mensagem.jpg) no-repeat left;
    padding-left:10px;
    }
