/* moodalbox CSS */

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

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
padding-top:0px;
background-color: #DDD;

}

div#mb_center {
background-color:#FFFFFF;
padding-top:30px;/*The text is moving down because of this padding*/
}

div#mb_contents {
width: 400px;
height: 400px;
border: 2px solid #DDD;
overflow: auto;

}

.mb_loading {
background: #DDD 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: Verdana, Helvetica, sans-serif;
}

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

div#mb_bottom {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
line-height: 1.4em;
text-align: left;
padding-top:3px;
border: 2px solid #DDD;
border-top-style: none;
}

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

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