/* moodalbox CSS */
div#mb_overlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #8d8d8d;
	cursor: pointer;
	z-index: 1000;
	}
div#mb_center, div#mb_bottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #444;
	z-index: 1001;
}
div#mb_center {
	background-color: #FFF;
	z-index: 1001;
}
div#mb_contents {
	width: 400px;
	height: 400px;
	border: 5px solid #444;
	overflow: auto;
	background-color: #FFF;
	visibility: hidden;
	z-index: 1002;
	}
.mb_loading {
	background: #DDD url(/development/images/loading.gif) no-repeat center;
	z-index: 1001;
	}
div#mb_bottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #444;
	border-top-style: none;
	z-index: 1001;
}
a#mb_close_link {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/development/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	z-index: 1001;
}
div#mb_caption {
	margin-right: 71px;
	z-index: 1001;
}