/* moodalbox CSS */

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

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #DDD;
z-index:99999;
}

div#mb_center {
background-color: #333;
}

div#mb_contents {
width: 300px; 
/*width: 350px;*/
height: 400px;
border: 10px solid #DDD; 
text-align:center;
margin:auto;
overflow: hidden;
background-color: #FFF;
visibility: hidden;

}

.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: center; */
border: 10px solid #DDD;
border-top-style: none;
border-bottom:0px;

}

a#mb_close_link {
	display: block;
	float: right;
	/*width: 66px;
height: 22px; */
width: 66px;
	height: 18px;
	/*margin: 5px 0;*/
margin: 0;
	background-color: transparent;
	background-image: url(../img/closelabel.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

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