div#mb_overlay { 
	position: absolute; 
	left:0; 
	width:100%; 
	background-color:#000;	
	cursor:pointer
}
div#mb_center { 
	position:absolute; 
	display:none;
	background:#fff;
	border:none;
	left:50%;
}
div#mb_topdiv { 
	width:inherit;
	height:26px;
	background:#ccc url(/img/dltop.jpg) repeat-x top;
	position:relative;
	margin:0;	
	padding:0;
	border:2px solid #000;
	border-bottom:none;
	border-top:none;
}
a#mb_close_link {
	position:absolute; 
	top:3px;
	right:6px;
	width:17px;
	height:17px; 
	background: transparent url(/img/closelabel.gif) no-repeat center; 
	margin:0;	
	padding:0;
}
div#mb_contents {
	background:#fff; 
	border:2px solid #000;
	border-top:none; 
	margin:0; 
	padding:0;
	width:inherit;
	height:inherit;
	overflow:auto; 
}
#mb_error {color: #CD0000; font-weight: bold; text-align: center; padding: 10px; }
.mb_loading {background: #DDD url(/img/loading.gif) no-repeat center center;}
