/* moodalbox CSS */


div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background: transparent;
/*background-color: #000;*/
cursor: pointer;
font-size:12px;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #FCF1B9; 
padding:0;
margin:0;
/*#FBF2C7; */
}

div#mb_center {
background-color: #FCF1B9; 
/*#FBF2C7; */
margin:0;
}

/*#frame {
width: 478px;
height: 400px;}*/

div#mb_contents {
border-left: 4px solid #B50036;
border-right: 4px solid #B50036;
border-top:0px;
border-bottom:0px;
overflow: auto;
background-color: #FCF1B9; 
/*#FBF2C7; */
/*visibility: hidden;*/
font-size:12px;
padding:0 4px 0 0;
margin:0;
}



.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: 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-top: 6px solid #FBF2C7;*/
/*border-bottom: 4px solid #B50036;*/
border-top-style: none;
/*border-left: 4px solid #B50036;
border-right: 4px solid #B50036;*/
padding:0 4px 0 4px;
margin:0px;
}

a#mb_close_link {
display: block;
float: right;
width: 100px;
height: 17px;
background: transparent url(../img/closelabel.gif) no-repeat center;
margin:0 0 0 0;
padding:5px 0px;
}

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