.title {
	position: relative;
	text-align: center;
	width: 80%;
	height: 26px;
	float:left;
	line-height:26px;
	vertical-align: middle;
}

.close {
	position: relative;
	text-align: right;
	width: 10%;
	vertical-align: middle;
	line-height: 26px;
	padding-right:3px;
	padding-top: expression((this.offsetHeight-closeImg.offsetHeight)/2);
	height:26px;
	float: right;
}
.close_sub{
	position: relative;
	text-align: right;
	width: 10%;
	vertical-align: middle;
	line-height: 26px;
	padding-right:3px;
	padding-top: expression((this.offsetHeight-closeImg_sub.offsetHeight)/2);
	height:26px;
	float: right;
}
.close img {
	vertical-align: middle;
}

.black_overlay {
	display: none;
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background-color: threeddarkshadow;
	z-index: 1001;
	-moz-opacity: 0.8; 
	opacity:.80; 
    filter: alpha(opacity=30); 
}
#black_dialog {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: threeddarkshadow;
	z-index: 1001;
	
}
.dheader{
    height: 26px;
    width: 100%;
    background-image: url('../imgv2/front/main/frame_header.gif');
	background-repeat: repeat-x;
}
.white_content {
	display:none;
	position: absolute;
	text-align:center; 
	top: 36px;
	left:50px;
	z-index: 10002;
	overflow:hidden;
	border: 3px solid #9dbae4;
	background-color: #FFFFFF;
}

.dbody{
	text-align:center; 
	overflow:auto;
}