/* moodalbox CSS */
.mb_loading {
background: #DDD url(../images/loading.gif) no-repeat center center;
}
div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
}

div#mb_center {
z-index: 100;
position: absolute;
left: 50%;
overflow: hidden;
background-color: #ffffff;
}

/*
div#mb_center {
background-color: #FFF;
}
*/

div#mb_contents {
height: 283px;
border: 4px solid #fff;
overflow: auto;
background-color: #FFF;
visibility: hidden;
}


#mb_error {
font-size: 11px;
color: #000000;
font-weight: bold;
text-align: center;
font-family:Arial, Helvetica, sans-serif;
}

#mb_error em {
font-size: 11px;
}
