/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #063C7F;
cursor: pointer;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #063C7F;
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
width: 400px;
height: 400px;
border: 1px solid #FFF;
overflow: auto;
background-color: #FFF;
visibility: hidden;
text-align: left;
}

div#mb_contents #moodalboxContent {
	padding: 1em;
}

.mb_loading {
background: #DDD url(../img/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: left;
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: #063C7F;
line-height: 1.4em;
text-align: left;
border: 1px solid #FFF;
border-bottom-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 13px;
height: 13px;
background: transparent url(../img/closelabel.png) no-repeat center;
margin: 5px 8px;
}

div#mb_caption {
margin-right: 71px;
color: #FFFFFF;
font-family: Arial;
font-size: 13px;
font-weight: bold;
margin: 5px 15px;
}
