/*
Folha de Estilos - CSS
Projeto: Painel de Administra��o de E-mails Task (Tela de Login)
Data: 20/04/2009
Autor: Lucas Gustavo (lucas@task.com.br)
*/

*{
    margin:0;
    padding:0;
    border:none;
}

body{
    font-family:Verdana;
    font-size:12px;
    color:#333;
    width:100%;
    text-align:center;
    background:url(/images/bg.jpg) repeat-x;
}

a{
    cursor:pointer;
    border:none;
}

.logo{
    margin:auto;
    margin-top:90px;
    _margin-top:20px;
    margin-bottom:10px;
    text-align:center;
}

.login{
    margin: auto auto 20px;
    width:380px;
    height:150px;
    background:#F6F6F6;
    border:1px solid #999;
}

.login h1{
    float:left;
    width:100%;
    clear:both;
    font-size:12px;
    font-weight:bold;
    color:#333;
    border-bottom:1px solid #999;
    height:13px;
    padding-top:2px;
    padding-bottom:5px;
    background:url(/images/bg_h1_login.gif) repeat-x #EBEBEB;
}

.login form{
    float:left;
    clear:both;
    margin-top:25px;
    *width:380px;
}

.login label{
    float:left;
    clear:both;
    width:85px;
    *width:80px;
    color:#666;
    margin-bottom:7px;
    font-size:13px;
    text-align:right;
    margin-right:5px;
    *margin-right:2px !important;
}

.login input{
    float:left;
    width:240px;
    border:1px solid #666;
    background:#FFF;
    color:#333;
    *margin-bottom:5px;
    padding:1px 3px;
}

.login input.botao{
    float:left;
    width:auto !important;
    font-weight:bold;
    border:1px solid #999;
    background:url(/images/bg_botao_login.gif) repeat-x #F0F0F0;
    color:#000;
    font-family:Verdana;
    font-size:12px;
    padding:0 8px 3px 8px;
    height:20px;
    margin-left:70px;
    margin-top:10px;
}

/* Mensagens */

.notice, .error, .warning, .info {
    font: 16px Trebuchet MS, sans-serif;
    font-weight: normal;
    margin: 5px 5px 15px 5px;
    padding: 5px 5px 5px 10px;
}

.notice {
    width: 365px;
    border: 1px dashed #9c9;
    background: #e2f9e3;
    color: #060;
}

.error {      
    border: 1px dashed #FF0000;
    background: #FFDFDF;
    color: #C00;
}

.warning {
    border: 1px dashed #dd0;
    background: #FF0000;
    color: #000;
}

.info {
    border: 1px dashed #82c2d4;
    background: #ebf5f8;
    color: #000;
}

/* FIM */
.erro_login{
    margin:auto;
    width:392px;
}

.pag_erro{
    text-align: center;
    margin: 0px auto;
    width: 580px;
}/*

*/.pag_erro table{
    font-family:cursive !important;
    color: #363636;
    font-family:Georgia;
    font-size:16px;
    text-align:left;
}

.pag_erro table a{
    font-size:11px;
    font-family:verdana !important;
    text-decoration:none !important;
}
.pag_erro table ul{
    font-size:10px;
}
.link_esq_senha{
    color: #006699;
    cursor: pointer;
    margin-right: 7px;
    margin-top: 6px;
    text-align: right;
    text-decoration: none;
}
.link_esq_senha:hover{
    text-decoration:underline;
    color: steelBlue !important;
}
#divBackground {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.englobaDivBox{
    text-align:center;
    margin:auto;
    float:left;
    width:97%;
    *margin-left:-190px;
    position:absolute;
    z-index:99999;
}

.divBox{
    background: url("/images/bg_alter_senha.png") no-repeat scroll 0 0 #F1F4F6 !important;
    height: 295px;
    margin: auto;
    width: 809px;
}
.tit_esq_senha{
    font-size: 16px;
    height: 33px;
    width: 100%;
}
.tit_esq_senha h4{
    color: #FFFFFF;
    float: left;
    padding: 10px 0 6px;;
    width: 50%;
}
.img_esq_senha{
    padding: 6px 0 0 5px;
}
.meio_esq_senha{
    width: 100%;
}

.inst_esq_senha{
    float: right;
    margin: 5px 0;
    width: 380px;
}
.inst_esq_senha p{
    padding: 10px 17px;
    text-align: justify;

}
.form_esq_senha{
    padding-top: 20px;
}

.form_esq_senha label{
    font-size: 14px;
}

.form_esq_senha input{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid steelBlue !important;
    height: 20px;
    width: 215px;
}
.form_esq_senha input.botao{
    background: url("/images/botao.jpg") repeat-x scroll 0 0 transparent !important;
    border: medium none !important;
    color: #FFFFFF !important;
    cursor: pointer;
    float: left;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    height: 21px;
    margin-left: 163px;
    margin-top: 24px;
    padding: 0 8px 3px;
    width: auto;
}

.form_esq_senha input.botao:hover{
    background: url("/images/botao-hover.jpg") repeat-x scroll 0 0 transparent !important;
}

