/* moodalbox CSS */

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

div#mb_center, div#mb_bottom {
position: fixed;
left: 50%;
overflow: hidden;
background-color: #333333;
}
*div#mb_center, div#mb_bottom{ 
/*IE6 only rule, applied on top of the default above*/
position: fixed;  left: 50%; height: 80px; background-color: #333333; width: 100%(( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) + 'px' );
}
div#mb_center {
background-color: #FFF;
}

div#mb_contents {
width: 400px;
height: 400px;
border: 10px solid #333333;
overflow: auto;
background-color: #333333;
visibility: hidden;
}

.mb_loading {
background: #333333 url(../../images/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: "lucida grande", tahoma, verdana, arial, sans-serif;
}

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

div#mb_bottom {
font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #333333;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../../images/closelabel.jpg) no-repeat center;
margin: 5px 0;
}

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