﻿div.modalbox {
    background-image: url(../img/perfilbloqueado_fundo.gif);
    overflow: hidden;
    width: 488px;
    height: 412px;
    float: left; 
    position: absolute;
    display: none;
    z-index:999; 
    text-align: center;    
}

div.modalbox a.btfechar {
    width: 54px;
    height: 15px;
    background-image: url(../img/perfilbloqueado_fechar.gif);
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    overflow: hidden;
    text-indent: -9000em;
}

div.modalbox div#ttmodalbox {   
    width: 169px;
    height: 32px;
    background-image: url(../img/tit_lembrar_senha.gif);
    text-indent: -9000em;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 40px;
}

div.modalbox div.txtblock,div.modalbox span.txtblock {   
    font-family: Trebuchet MS, Tahoma;
    font-size: 11px;
    color: #ffffff;
    width: 210px;
    height: 100px;
    margin: 0 auto;
} 

div.modalbox div.txtblock input,div.modalbox span.txtblock input {   
    width: 204px;
} 

div.modalbox p.txtmensagem {   
    font-family: Trebuchet MS, Tahoma;
    font-size: 11px;
    color: #ffffff;
    width: 300px;
    float: left;
    clear: left;
    text-align: center;
    padding-left: 100px;
} 

div.modalbox div#imgmodalbox {   
    width: 329px;
    height: 180px;
    background-image: url(../img/esquecisenha_logo.gif);
    margin: 0 auto;
    margin-top: 10px;
}

div.modalbox a.bt_modalbox_ok
{
    width: 51px;
    height: 28px;
    display: block;
    overflow: hidden;
    float: right;
    background-image: url(../img/bt_esquecisenha_ok.gif);
    text-indent: -90000em;
    margin-top: 15px;
}

div.modalbox a.btvoltar 
{
    width: 62px;
    height: 28px;
    display: block;
    background-image: url(../img/bt_esquecisenha_voltar.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    text-indent: -9000em;
    float: left;
    clear: left;
    padding: 10px 0 0 220px;
}