@charset "utf-8";

.maBg{/*z-index:1499;*/ position:fixed;}
.maWindow{z-index:1502; position:fixed; width:580px; left:50%; top:50%; border: 1px solid #9a9e9f; border-radius: 12px; background: #fff; box-shadow: 2px 2px 2px #666;}

.erroHotel{z-index:1500;}
.erro{z-index:1501;}
.sucesso {z-index:1501;}

/*Box de erro*/
.erro .maTitle, .erroHotel .maTitle{padding:45px 0 30px; margin:0; text-align:center; background: url(../images/principal/icones/atencao-62x62png.png) no-repeat 160px 25px; font-size: 20px; font-weight: bold;
text-transform: uppercase; color: #072942}
.erro .maMessage, .erroHotel .maMessage{padding:5px 10px 0 15px; font-size: 16px; font-weight: bold; color: #e9292a; text-align: center }
.erro .maButtons, .erroHotel .maButtons{ text-align: center }
.erro .maButtons .iptButton, .erroHotel .maButtons .iptButton{margin:10px 15px; padding: 5px 10px; background: url(../images/principal/background-botao-busca-principal.png) repeat-x left bottom #FF7F00; font-size: 14px; font-weight:bold; color:#fff; cursor:pointer; border:1px solid #e28001; border-radius:6px; box-shadow: 0 0 6px #F4CE5C inset; text-shadow:2px 2px 1px #cf8101; text-transform: uppercase; width: 90px }
.erro .maButtons .iptButton:hover, .erroHotel .maButtons .iptButton:hover{box-shadow: none}


/*Box padrão*/
.sucesso .maTitle {padding:45px 0 39px; margin:0; font-size:20px; color:#063959; text-align:center; background: url(../images/principal/icones/parabens-62x62png.png) no-repeat 60px 25px; text-transform: uppercase; color: #072942; }
.sucesso .maMessage {padding:5px 10px 0 15px; font-size:16px; font-weight: bold; text-align: center; color: #0d6f24 }
.sucesso .maButtons {text-align: center}
.sucesso .maButtons .iptButton {margin:10px 15px; padding: 5px 10px; background: url(../images/principal/background-botao-busca-principal.png) repeat-x left bottom #FF7F00; font-size: 14px; font-weight:bold; color:#fff; cursor:pointer; border:1px solid #e28001; border-radius:6px; box-shadow: 0 0 6px #F4CE5C inset; text-shadow:2px 2px 1px #cf8101; text-transform: uppercase}
.sucesso .maButtons .iptButton:hover {box-shadow: none}