/*----------------star弹出框*/
.maskLayer,.mask{ display:none; width:100%; height:100%; position: fixed; top:0px; left:0px;background-color: #000000;filter: alpha(opacity=50);-moz-opacity: 0.5;-khtml-opacity: 0.5;opacity: 0.5; z-index:10;}

.popLayer{ display:none; width:700px; border:none; background:#fff; /*border-radius:2px; box-shadow:0 3px 6px rgba(0,0,0,0.5);*/ position:fixed; left:50%; top:50%; z-index:9999; 
	_top:expression(eval(
		document.compatMode && document.compatMode=='CSS1Compat') ?
		documentElement.scrollTop + (document.documentElement.clientHeight- this.offsetHeight)/2 : 
		document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2
	);
}
.popLayerTit{ width:100%;}
.popLayerTit h2{ padding:5px 10px; font-size:14px; text-shadow:1px 1px 1px #000;}
/*关闭按钮*/
.popLayerTit .close{display:block; cursor:pointer; background:url(../images/close_b.gif) no-repeat; width:24px; height:24px; line-height:24px; text-align:left; text-indent:-999999em; overflow:hidden; position:absolute; top:0; right:-24px;}
/*----------------star内容*/
dl.reg_text{ clear:both; width:95%; margin:0 auto; padding:15px 0;}
dl.reg_text dt{ clear:both; font-size:14px;}
dl.reg_text dd{ clear:both; padding:10px 0 0 0;}
dl.reg_text dd ul{ clear:both; background:#f8f8f8; border:1px solid #e5e5e5; height:460px; padding:10px 10px; overflow-y:auto;}
dl.reg_text dd li{ clear:both; margin:10px 0; line-height:1.8em; color:#666;}
dl.reg_text dd h3,dl.reg_text dd h4{ font-size:13px; font-weight:normal; color:#333;}
dl.reg_text dd h3{ font-size:14px;}
dl.reg_text dd div{ clear:both; text-align:center; padding:15px 0 0 0;}
dl.reg_text .blue_btn{ font-size:13px; width:auto; padding:2px 20px; line-height:2em; height:2em; text-align:center;}
.loading-out{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	opacity: 0.6;
	background: #333;
}
.loading-inner{
	width: 124px;
	height: 124px;
	position: absolute;
	background: url("../images/loading.gif") no-repeat center center;
	top: 50%;
	left: 50%;
	margin-left: -62px;
	z-index: 100;
}


