/* moodalbox CSS */

div#mb_overlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

div#mb_center, div#mb_bottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #ddd;
}

div#mb_center {
	background-color: #fff;
}

div#mb_contents {
	width: 400px;
	height: 400px;
	border: none;
	overflow: none;
	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 {
}

a#mb_close_link {
	position: absolute;
	z-index: 10000;
	display: block;
	width: 39px;
	height: 39px;
	background: transparent url(../img/close.gif) no-repeat;
	margin: -100px 0 0 930px;
}

div#mb_caption {
	display: none;
}