/*主要CSS*/
#mask_layer{
	background-color:#000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)";  
	filter: alpha(opacity=50);  
	-moz-opacity: 0.5;  
	-khtml-opacity: 0.5;  
	opacity: 0.5; 
	z-index:99999998;
	position:fixed;
	_position:absolute; /*IE6*/
	top:0;left:0;
	width:100%;height:100%;	
	text-decoration:none;
}
#mask_layer a{text-decoration:none;}


#scs_alert{
	position:fixed;
	_position:absolute; /*IE6*/
	z-index:99999999;
	top:50%;left:50%;
	margin-left:-130px;
	margin-top:-100px;
	text-align:left;
	width:260px;
}
#alert_bg{background:#FFF;border-radius:5px;text-align:center;}
#alert_bg:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}


#alert_txt{
	text-align:center;
	color:#666;
	font-family:微软雅黑;
	font-size:14px;
	line-height:25px;
	padding:20px 10px 20px 10px;
}







/*主要CSS*/
#load_mask_layer{
	/*background-color:#000;*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)";  
	filter: alpha(opacity=50);  
	-moz-opacity: 0.5;  
	-khtml-opacity: 0.5;  
	opacity: 0.5; 
	z-index:99999998;
	position:fixed;
	_position:absolute; /*IE6*/
	top:0;left:0;
	width:100%;height:100%;	
}
#load_scs_alert{
	position:fixed;
	_position:absolute; /*IE6*/
	z-index:99999999;
	top:50%;left:50%;
	margin-left:-130px;
	margin-top:-100px;
	text-align:left;
	width:260px;
}
#load_alert_bg{background:#FFF;border-radius:5px;text-align:center;filter: alpha(opacity=50);opacity: 0.5; }
#load_alert_bg:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}


#load_alert_txt{
	text-align:center;
	color:#333333;
	font-family:微软雅黑;
	font-size:14px;
	line-height:25px;
	padding:20px 10px 20px 10px;
}




























#alert_ok{
	width:100%;
	height:40px;
	display:block;
	text-align:center;
	color:#5773EE;
	font-family:微软雅黑;
	font-size:15px;
	line-height:40px;
	background:#F7F6F6;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	text-decoration:none;
}
#confirm_ok{
	float:left;
	width:50%;
	height:40px;
	display:inline-block;
	text-align:center;
	color:#5773EE;
	font-family:微软雅黑;
	font-size:15px;
	line-height:40px;	
	background:#F7F6F6;
	border-bottom-left-radius:5px;
	text-decoration:none;
}
#confirm_cancel{
	float:left;
	width:50%;
	height:40px;
	display:inline-block;
	text-align:center;
	color:#EE5B57;
	font-family:微软雅黑;
	font-size:15px;
	line-height:40px;	
	background:#F7F6F6;
	border-bottom-right-radius:5px;
	text-decoration:none;
}