/* moodalbox CSS */

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

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
margin-top: 27px;
overflow: hidden;
background-color: #CCC;
}

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

div#mb_contents {
width: 400px;
height: 400px;
border: 1px solid #FFF;
overflow: auto;
background-color: #CCC;
visibility: hidden;
padding: 6px;
}

.mb_loading {
	background-color: #DDD;
	background-image: url(../images/rest/loading.gif);
	background-repeat: no-repeat;
	background-position: 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;
font-weight: bold;
color: #373040;
line-height: 1.0em;
text-align: left;
border: 1px solid #FFF;
border-top-style: none;
padding: 6px;
margin-top: 30px;
}

a#mb_close_link {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	margin: 5px 0;
	background-color: transparent;
	background-image: url(../images/rest/closelabel.png);
	background-repeat: no-repeat;
	background-position: center;
}

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