﻿.corpoEsqueciSenha{
border-spacing: 0px;
}

div.popupEsqueciSenha { position: relative; background-color: white; top: -100px; z-index: 1000; }
    
div.fundoTituloPopup 
{
    background: #cccccc;
    background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#999999));
    background: -moz-linear-gradient(top, #e0e0e0, #999999);
    background: -o-linear-gradient(#e0e0e0, #999999);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#e0e0e0', endColorstr='#999999')";
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    color: #444444;
    padding: 6px 10px;
}

#dvLoginArearestrita{
    float: left;
}

#dvEsqueciSenhaArearestrita{
    float: right;
    padding-left: 125px;
}

#dvDecisaoEsqueciSenha{
    float: right;
}

#tableEsqueciSenha > table > tbody > tr > td:nth-child(1){
    width: 50%;
}

#buttonNao
#buttonSim {
    background: #eeeeee;
    border: 1px solid #999999;
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
    background: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background: -o-linear-gradient(#eeeeee, #cccccc);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#eeeeee', endColorstr='#cccccc')";
    border-radius: .3em;
    -moz-border-radius: .3em;
    height: 24px;
    padding: 0px 10px;
}

#buttonNao:hover
#buttonSim:hover
{
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
    background: -moz-linear-gradient(top, #ffffff, #dddddd);
    background: -o-linear-gradient(#ffffff, #dddddd);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffff', endColorstr='#dddddd')";
    border: 1px solid #0085cc;
}

#buttonNao:active
#buttonSim:active
{
    background: #cccccc;
    background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#eeeeee));
    background: -moz-linear-gradient(top, #cccccc, #eeeeee);
    background: -o-linear-gradient(#cccccc, #eeeeee);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#cccccc', endColorstr='#eeeeee')";
}

#dvFalha{
    text-align: left;
    padding-left: 65px;
}