/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
position: absolute;
z-index: 200;
}

div#mb_center, div#mb_top {
position: absolute;
left: 50%;
overflow: hidden;
xbackground-color: #DDD;
}

div#mb_center {
background: #e2dfd8;
z-index: 210;
}

div#mb_contents {
#width: 767px;
#height: 483px;
xborder: 10px solid #DDD;
overflow: auto;
xbackground-color: #e2dfd8;
visibility: hidden;
position: relative;
z-index: 210;
}

.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_top {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 0px solid #DDD;
border-top-style: none;
margin-top: 10px;
margin-left: -393px;
top: 35px;
z-index: 215;
background: transparent;
}

a#mb_close_link {
display: block;
float: left;
width: 25px;
height: 25px;
background: transparent url(../../images/lightbox-close.gif) no-repeat center;
position: relative;
z-index: 215;
}

div#mb_caption {
margin-right: 71px;
}
