@CHARSET "UTF-8";
.dialog{
	z-index: 1002;
	position: relative; 
	background: white; 
	border:#7EABCD 1px solid;
}
.dialogbg {
	z-index: -1;
	position: absolute; 
	filter:alpha(opacity=50);
	width: 100%;
	height: 100%;
	top:-20px;
	left:-20px;
	opacity:.4;
	padding:20px;
	margin:0;
	background:#fff;
	/*border:#7EABCD 1px solid;*/
}
.dialog-body{
	clear: both;
}
.dialog-body-center{
	float: left;
}
.dialog-body-title{
	FONT: bold 13px/30px "Hiragino Sans GB", "Simsun", "Arial";
	font-weight:bold;
	clear: both; 
	float: left; 
	margin-left: 0px;
	background: url("../images/titlebg.png") repeat-x;
}
.dialog-body-title_draggabled{
	cursor: move;
}
.dialog-body-title-content{
	padding-left:10px;
	clear: both; 
	color:white;
	float: left; 
	background: url("../images/titlebg.png") repeat-x;
}
.dialog-body-title-right{
	float: left;
}
.dialog-body-title-button{
	float: right; 
	background: url("../images/close.png") 50% 50% no-repeat; 
	cursor: pointer;
}
.dialog-body-body{
	clear: both; 
	float: left; 
	overflow: auto;
}
.modal-layer{
	width: 100%; 
	height: 100%; 
	position: fixed; 
	left: 0px; 
	top: 0px; 
	bottom:0px;
	right:0px;
	background: #BBBBBB; 
	filter: alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
	z-index:999;
}