/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
}

div#mb_center {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #DDD;
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
width: 400px;
height: 400px;
border: 2px solid #fff;
overflow: auto;
background: #3d6db0 url(../images/bg_box.gif) repeat-x; 
padding-top:3px;
padding-left:5px;
font-weight:bold;
visibility: hidden;
}

.mb_loading {
background: #DDD url(../imgages/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 {

}

a#mb_close_link {
}

div#mb_caption {
}