div#mb_overlay {
	position: absolute;
	left: 0;
	background-color: #000;
	width: 100%;
	cursor: pointer;
	z-index:2100;
}
div#mb_center, div#mb_bottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #ececec;
}
div#mb_center {
	background: #0b0a04 url(/images/commun/popLogo.gif) right bottom no-repeat;
	border: 5px solid #1e1b0e;
	z-index:3000;
}
div#mb_contents {
	position: relative;
	visibility: hidden;
	overflow: hidden;
	
	width: 733px;
	height: 733px;
	font-family: Arial, Helvetica, sans-serif;
	z-index:2200;
}
.mb_loading {
	background: #ececec url(/images/moodalbox/loading.gif) no-repeat center center;
}
#mb_error {
	padding: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #CD0000;
}
#mb_error em {
	font-size: 0.8em;
}
div#mb_bottom {
	font-size: 10px;
	line-height: 1.4em;
	text-align: left;
	color: #666;
}
a#mb_close_link {
	display: block;
	width: 66px;
	
	background: transparent url(/images/moodalbox/closelabel.gif) no-repeat center;
}



