
div#mb_overlay {
background-color:#000000;
cursor:pointer;
left:0;
position:absolute;
width:100%;
}
div#mb_center, div#mb_bottom {
background-color:#666;
left:50%;
overflow:hidden;
position:absolute;
}
div#mb_center {
background-color:#000;
}
div#mb_contents {
background-color:#000;
border:10px solid #666;
height:400px;
overflow:auto;
visibility:hidden;
width:400px;
}
.mb_loading {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#666 url(loading.gif) no-repeat scroll center center;
}
#mb_error {
color:#CD0000;
font-family:Verdana,Helvetica,sans-serif;
font-size:1.2em;
font-weight:bold;
padding:0.5em;
text-align:center;
}
#mb_error em {
font-size:0.8em;
}
div#mb_bottom {
border-color:#666;
border-style:none solid solid;
border-width:10px;
color:#666666;
font-family:Verdana,Helvetica,sans-serif;
font-size:10px;
line-height:1.4em;
text-align:left;
}
a#mb_close_link {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(closelabel.gif) no-repeat scroll center center;
display:block;
float:right;
height:22px;
margin:5px 0;
width:66px;
}
div#mb_caption {
margin-right:71px;
}
