html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;outline:0;}
body{line-height:1;}
.carregando{display:none;position:fixed;top:0px;padding:5px;right:0px;font-size:10px;margin-right:10px;background-color:#000;color:#fff;}
a{text-decoration:none;}
input {border-radius:0px;}
ol, ul{list-style:none;list-style-position:inside;}
:focus{outline:0;}


.messagebox{display: none;z-index: 99999;top: 0;left: 0;position: fixed;width: 100%;height: 100%;background: url('/images/comum/bg-modal.png') repeat;}
.messagebox-wrapper{width: 400px;height: 300px;position: fixed;top: 50%;left: 50%;margin: -150px 0 0 -200px;background-color: White; padding: 10px 0;}
.messagebox-image{position: absolute;top:-15px;right:30px;cursor: pointer;width:30px;height:30px;}
/*.messagebox-box{ height: 300px; overflow-x:hidden;}*/
.messagebox > h1{ margin-top: 0px; }

.showmessagebox{cursor: pointer;}

.messageboxmetro .messagebox-wrapper{ width: 100%; height: 200px; position: fixed;top: 50%;left: 0px;margin: -100px 0px 0px 0px; background-color: White; position:relative;}
.messageboxmetro .messagebox-box{ height: 155px; padding-bottom:45px; /*overflow-x:hidden; */ width: 800px; margin: 0 auto; position:relative; }

.messagebox-input-focus{width: 1px;position: absolute;background-color: transparent;border: 0px;border-color: transparent;left: -10000px;}

.messageboxmetro .template-1{ width: 100%; height: 100%; overflow-x: hidden; }
.messageboxmetro .template-1 > h1{ margin:20px 0;font-size: 25px; font-weight: 400; text-transform: uppercase;}
.messageboxmetro .template-1 p{clear:both; font-size: 21px; padding:0 10px 0 0; }
/*
.messageboxmetro .summary-1 > h1{margin-top: 10px;}
.messageboxmetro .summary-1 ul{ clear:both; height:145px;width: 550px; overflow-x:hidden; list-style-type: disc; }
*/
.messagebox-box .messagebox-close{ position: absolute; right: 0px; bottom:0px; display:block; float:right; margin:0 15px 0 0; font-size: 17px; font-weight: 400;padding: 8px;width: 210px;text-align: center;background-color: #212121;color: #eeeeee;cursor: pointer;text-transform: uppercase;} /*  */
.messagebox-box .messagebox-close:hover{background-color: #000;} 

@media only screen and (max-width: 810px) {
    .messageboxmetro .messagebox-box{ width:95%; }
}
