/** dialog style start */
.light_box_z{
	position:absolute;
	height:auto;
	border-radius: 4px;
	/*box-shadow: 1px 1px 10px 1px rgba(255, 255, 255, 0.4);*/
	border: 1px solid #8a8a8a;
	
	top:0;
	left:0;
	width:800px;
	height:600px;
	
	background:#FFF;
	display: none;
	
	z-index: 999;
}
.light_box_z i{
	display: none;
}
	.light_box_z h3 {
		margin:0; padding:0;
	    background-color: #fafafa;
	    /*background-image: -moz-linear-gradient(#fafafa, #f1f1f1);
	    background-image: -webkit-linear-gradient(#FAFAFA, #f1f1f1);
	    background-image: linear-gradient(#FAFAFA, #f1f1f1);
	    background-repeat: repeat-x;*/
	    height:60px;
	    line-height:60px;
	    font-size: 20px;
	    
	    padding-left: 20px;
	    border-radius: 6px 6px 0 0;
	    border-bottom:1px solid #CCD3D9;
	    /*box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.1);*/
	}
	.light_box_z h3 span{display: inline-block; height:auto;font-size: 16px;}
	.light_box_z h3 button{
		float:right;
		width: 60px;
		height:60px;
		padding-left:19px;
		background-color: inherit;
		border: none;
		box-shadow: none;
		background-image: url(../css/img/delect.png);
		background-repeat:no-repeat;
		background-position:center;
}
    .light_box_z h3 button:hover{
    	background-color: inherit;
    	background-image: url(../css/img/delect-1.png);
    }
	.light_box_z .btn_bar{
		margin:0; padding:0;
	    background-color:#fafafa;
	    /*background-image: -moz-linear-gradient(#fafafa, #f1f1f1);
	    background-image: -webkit-linear-gradient(#FAFAFA, #f1f1f1);
	    background-image: linear-gradient(#FAFAFA, #f1f1f1);
	    background-repeat: repeat-x;*/
	    height:60px;
	    width:100%;
	    line-height:60px;
	    border-top:1px solid #CCD3D9;
	    border-radius: 0 0 6px 6px;
	    position:absolute;
	    bottom:0px;
	    right:0px;
		
		display: block;
		text-align: right;
	}
	.light_box_z .content {
		height: 550px;
		margin:16px 30px;
		overflow:auto;
	}
	.light_box_z .content input,.light_box_z .content th,.light_box_z .content td{
		line-height: 30px;
		height: 30px;
	}
	.light_box_z .btn_bar .btn-primary{
		width:80px;
		height:32px;
		margin-right:10px;
		border-radius: 2px;
		border: none;
		text-shadow: none;
	}
	.light_box_z .btn_bar .btn-warning{
		width:80px;
		height:32px;
		margin-right:20px;
		border-radius: 2px;
		border: none;
	}
/** dialog style end */

/** message box style start */
.msg_box_z{
	position:absolute;
	height:auto;
	border-radius:4px;
	
	top:0;
	left:0;
	width:280px;
	height:150px;
	
	background:#FFF;
	display: none;
	
	z-index: 9999; /* modify by qhl message box ��ʾ�����ϲ�*/
}
.msg_box_z h3 {
	margin:0; padding:0;
    background-color: #fafafa;
    /*background-image: -moz-linear-gradient(#fafafa, #f1f1f1);
    background-image: -webkit-linear-gradient(#FAFAFA, #f1f1f1);
    background-image: linear-gradient(#FAFAFA, #f1f1f1);
    background-repeat: repeat-x;*/
    background:#fafafa url("../css/img/attention.png") 20px 16px no-repeat;
    background-size:20px 20px;
    height:49px;
    line-height:49px;
    
    padding-left: 20px;
    border-radius: 6px 6px 0 0;
    border-bottom:1px solid #CCD3D9;
}
.msg_box_z h3 span{display: inline-block; height:auto;font-size:16px;font-weight:normal;padding-left:26px;}
.msg_box_z h3 button{ float:right; }


.ico_info {
	border: 1px solid #339900;
	box-shadow: 1px 1px 4px 1px rgba(32, 179, 32, 0.4);
}
.ico_warn{
	border: 1px solid #ffb062;
	box-shadow: 1px 1px 4px 1px rgba(255, 128, 64, 0.4);
}
.ico_err{
	border: 1px solid #FF3333;
	box-shadow: 1px 1px 4px 1px rgba(255, 51, 51, 0.3);
}
.ico_ask{
	border: 1px solid #8a8a8a;
	box-shadow: 1px 1px 4px 1px rgba(255, 255, 255, 0.1);
}

/*.ico_info .content{
	background: url("img/ico_ok.gif")  10px 10px no-repeat;
}
.ico_warn .content{
	background: url("img/ico_warn.gif")  10px 10px no-repeat;
}
.ico_err .content{
	background: url("img/ico_error.gif")  10px 10px no-repeat;
}
.ico_ask .content{
	background: url("img/ico_ask.gif")  10px 10px no-repeat;
}*/

.msg_box_z .content span{
	display:block;
	padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
    font-size:14px;
}

.msg_box_z .btn_bar{
	margin:0; padding:0;
    background-color: #fff;
   /* background-image: -moz-linear-gradient(#fafafa, #f1f1f1);
    background-image: -webkit-linear-gradient(#FAFAFA, #f1f1f1);
    background-image: linear-gradient(#FAFAFA, #f1f1f1);
    background-repeat: repeat-x;*/
    height:32px;
    line-height:32px;
    
    padding-left: 15px;
    border-radius: 0 0 6px 6px;
	
	display: block;
	padding-left: 10px; 
	padding-right: 10px; 
	
	text-align: right;
	margin-top:-10px;
}
.msg_box_z .btn_bar .btn-primary{
	width:80px;
	height:32px;
	border-radius: 2px;
	border: none;
	text-shadow: none;
}
.msg_box_z .btn_bar .btn-warning{
	width:80px;
	height:32px;
	border-radius: 2px;
	border: none;
}
.msg_box_z .btn_bar a {margin-top:4px;}

.activity{
	background: url("../img/loading.gif")  10px 10px no-repeat;
	width: 200px;
	height: 120;
	position: absolute;
	z-index: 100;
}

.loading_box {
	position:absolute;
	top:36px; 
	right:8px;
	width:100px;
	height:20px;
	line-height:20px;
	
	padding-left:25px;
	border: #33AA00 1px solid;
	border-radius:4px 4px 4px 4px;
	box-shadow: 1px 1px 20px 1px rgba(0,0,0,.3);
	
	background: #229f24 url("img/loading_054.gif") 2px 0 no-repeat;
	color:#FFF;
	font-size:13px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}

/** message box style end */

/** province_city_box style start */
.province_city_box{
	display: inline-block;
	background: #FFF;
	z-index: 99999;
}

.option_layer {
	position:absolute;
	border: #CCC 1px solid;
	border-radius:4px;
	height:350px;
	width:660px;
	box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.15);
	margin:4px;
	display: none;
}
.option_layer .option_city, .option_layer .option_county, .option_layer .option_town{
	border-radius:4px 4px 0 0;
	width:220px;
	height:310px;
	background-color: #FFF;
	float:left;
	display: none;
}
.option_layer .option_county {
	background-color: #EFEFEF;
}
.option_layer .option_bar {
	margin-top:310px;
	height:40px; 
	border-top:#EEE 1px solid;
	background-color: #FFF;
}
.option_layer .option_bar .btn {
	margin-top:5px;
	margin-right:4px;
	outline: none;
	float:right;
}
.option_layer .option_bar span{
	font-weight: bold;
	color:#a94442;
	padding-left:5px;
	font-size: 15px;
	float:left;
	line-height: 30px;
}
.option_layer .option_bar .text{
	width:250px;
}

.province_city_box .option_layer .option_city a:link,
.province_city_box .option_layer .option_county a:link,
.province_city_box .option_layer .option_town a:link
{ 
	margin:4px; 
	text-decoration: none; 
	color:#333; 
	display: inline-block; 
	height: 18px; 
	line-height: 18px; 
	padding:0px 5px 0px 5px;
}
.province_city_box .option_layer .option_city a.on, 
.province_city_box .option_layer .option_city a:hover,
.province_city_box .option_layer .option_county a.on, 
.province_city_box .option_layer .option_county a:hover,
.province_city_box .option_layer .option_town a.on, 
.province_city_box .option_layer .option_town a:hover{ 
	background-color: #5cb85c; 
	border-radius:4px; 
	padding:0px 5px 0px 5px; 
	color:#FFF; 
	font-weight: bold; 
}
/** province_city_box style end */