/* moodalbox CSS */

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

div#mb_center {
position: absolute;
left: 50%;
overflow: hidden;
z-index:4000;
}

@-moz-document url-prefix()
{
div#mb_center { 
width:auto !important;
height:auto !important;
}
}

div#mb_center_ff {
position: absolute;
left: 50%;
overflow: hidden;
z-index:4000;

}

div#mb_contents {
/*float: right;*/
margin: 0;
width: 400px;
height: 400px;
overflow: auto;
/*visibility: hidden;*/
background-color: #fff;
}

#mb_contents iframe {
overflow: auto !important;
overflow: yes;
}

.lbLoading {
/*background: #DDD url(../img/sb_loading.gif) no-repeat center center;*/
}
