/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
z-index:10;
}
div#mb_header {
/* background:transparent url(/images/backgrounds/bg-news-top.png) top center no-repeat; */
height:15px;
width:532px !important;
width:537px;
}
div#mb_header_left {
/* background:transparent url(/images/backgrounds/bg-news-top-left.png) top left no-repeat; */
height:30px;
width:30px;
float:left;
}
div#mb_header_right {
/* background:transparent url(/images/backgrounds/bg-news-top-right.png) top left no-repeat; */
height:30px;
width:30px;
float:right;
}
div#mb_header_center{
background-color:#a5a49b;
width:472px;
height:30px;
float:right;
float:right;
}
/*div#mb_header_bottom{
background-color:#a5a49b;
width:100%;
margin-top:15px;
height:20px
}*/
div#mb_footer {
background:transparent url(/images/backgrounds/bg-news-bottom.png) bottom center no-repeat;
height:10px;
width:532px;
}
/*div#mb_footer_left {
height:10px;
width:10px;
float:left;
}
div#mb_footer_left img {
position:relative;
top:-5px;
}
div#mb_footer_right {
height:10px;
width:10px;
float:right;
}
div#mb_footer_right img {
position:relative;
top:-5px;
}
div#mb_footer_center{
background-color:#a5a49b;
width:512px;
height:10px;
float:right;
}*/
div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #DDD;
z-index:10;
}

div#mb_center {
background-color: transparent;
}

div#mb_contents {
width: 100%;
/* height: 100%; */
/* border: 10px solid #DDD; */
/* overflow: auto; */
background-color: transparent;
/* visibility: hidden; */

}

.mb_loading {
background: #DDD url(/images/backgrounds/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 {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #DDD;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 20px;
height: 20px;
background: transparent url(/images/icons/actions/fileclose.png) no-repeat center;
margin: 5px;
position: relative;
top: -30px;
}

div#mb_caption {
margin-right: 71px;
}