﻿.ConteudoEsqueciSenha
{   
    background: url("../Images/modal_esqueci_senha.png") center top;
    background-repeat: no-repeat;    
    height: 226px;
    text-decoration: none;
    width: 484px;
    padding-top: 20px;
}

.texto_esqueci_senha
{
    font-weight: bold;
    font-size: 13px;
    color: White;
    width: 450px;
    /*margin-top: 30px;*/
}

.borda_esquerda
{
    background-image: url(../Images/textbox/txt_esquerdo.png);
    width: 7px;
    height: 6.4mm;
    float: left;
}

.borda_direita
{
    background-image: url(../Images/textbox/txt_direito.png);
    width: 7px;
    height: 6.4mm;
    float: left;
}

.txtbox
{
    border: none;
    height: 5.9mm;
    background-image: url(../Images/textbox/txt_meio.png);
    width: 220px;
    float: left;
}

.botaoEnviarSenha
{
    margin-top: -12px;
}

.ValidationEsqueciSenha{  
    color:#FFF;
    min-width:100px;    
    width:auto;    
    height:auto;    
    background-color:#CC0000;    
    background-image:url('../../Images/img_erro.png');    
    background-repeat:no-repeat;    
    background-position: 10px center;   
}

.ValidationEsqueciSenha li
{
    color:#FFF;
    font-size:12px;
    font-weight:bold;
    list-style: none;
}

.ValidationEsqueciSenha ul{
    clear:none;
    padding-top:10px;
    padding-bottom:10px;
    *padding-bottom:0px;
}

.ValidationEsqueciSenha ul li{
    float:none;    
    /*padding-left: 30px;    
    *padding-left: 80px;*/
    padding-top: 5px;
    text-align: left;
}