/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
z-index:200;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
}

div#mb_center {
background-color: #fff;
z-index:201;
}

div#mb_contents {
border:1px solid #60686b;
border-bottom: 4px solid #60686b;
}

.mb_loading {
background: #DDD url(/imagens/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 11px;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 11px;
}

div#mb_bottom {
color: #000;
font-weight: bold;
text-align: left;
margin-top:-504px;
border-top-style: none;
z-index:203;
}

a#mb_close_link {
display: block;
float: right;
width: 75px;
height: 19px;
background: transparent url(/imagens/fechar.gif) no-repeat center;
margin: 0px;
}

div#mb_caption {
margin-right: 61px;
}