/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #a2d84f;
}

div#mb_center {
background-color: #FFF;
-moz-border-radius: 5px;
}

div#mb_contents {
width: 400px;
height: 400px;
border: 10px solid #a2d84f;
overflow: auto;
background-color: #FFF;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
visibility: hidden;
}

.mb_loading {
background: #DDD url(../img/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #a2d84f;
border-top-style: none;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
}

a#mb_close_link {
display: block;
float: right;
width: 33px;
height: 37px;
background: transparent url(../img/close.gif) no-repeat center;
margin: 2px 15px 2px 0px;
}

div#mb_caption {
margin-right: 71px;
}