﻿#fade { display:none; background:#000; position:fixed; left:0; top:0; width:100%; height:100%; opacity:0.4; z-index:9999; }

.popup {
    display: none;
    float: left;
    font-size: 1.2em;
    left: 35%;
    padding: 10px;
    position: fixed;
    top: 50%;
    z-index: 99999;
}

.popup strong { font-family:'MetaRoman'; font-size:18px; float:left; padding:5px; }

.popup .btn-pop-fechar { background:transparent url('../images/btn-close-red.png') no-repeat scroll center center; width:29px; height:29px; float:right; margin-top:10px; position:absolute; right:10px; top:-8px; z-index:1; }

.popup .btn-pop-fechar:hover { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8; }

.popup .lbl-box { color:#6A6E79; font-family:Tahoma; font-size:11px; font-weight:bold; }

.popup .top { background:transparent url('../images/popup-top.png') no-repeat scroll -20px top; height:17px; display:block; color:#cd3726; font-family:Tahoma; font-size:12px; font-weight:bold; padding:4px 129px 0 0; position:absolute; left:10px; top:9px; width:189px; }

.popup .top span { display:block; text-align:center; width:178px; }

.popup #uppFaleAutor > table { border:1px solid #e6e8e9; padding:5px; }

.popup #txbNome, .popup #txbEmail, .popup #txbAssunto, .popup #txbMensagem { border:1px solid #e2c7c4; font-family:Tahoma; font-size:11px; }

.popup #txbNome, .popup #txbEmail, .popup #txbAssunto { height:17px; }

.popup #imbEnviar { float:right; margin-bottom:7px; margin-right:1px; }
