.z3g-input-error{
	border:1px solid #c40303!important;
}
.z3g-input-ok{
	border:1px solid #249502!important;
}
.z3g-alertWindow{
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.8);
	position:absolute;
	z-index:999;
	text-align:center;
	vertical-align:middle;

	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}
/* 成功提示信息 */
.z3g-alertInfoSuccess-c1{
	width:300px;
	padding:0 10px 10px 0;
	margin:0 auto;
	vertical-align:middle;
}
.z3g-alertInfoSuccess-c1 .alertInfoWrap{
	-moz-box-shadow:2px 2px 5px #434343;
	-webkit-box-shadow:2px 2px 5px #434343;
	box-shadow:2px 2px 5px #434343;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.z3g-alertInfoSuccess-c1 .alertInfoCont{
	min-height:90px;
	background:rgba(37, 37, 36, 0.5);
	overflow:hidden;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.z3g-alertInfoSuccess-c1 .alertInfoCont .icon{
	width:52px;
	height:52px;
	float:left;
	margin:20px 0 0 40px;
	background:url(../../m_images/z3g_icon_52x52.png) no-repeat 0px 0px;
}
.z3g-alertInfoSuccess-c1 .alertInfoCont .info{
	margin-top:35px;
	padding-right:35px;
}
.z3g-alertInfoSuccess-c1 .alertInfoCont .info .infoTitle{
	color:#fff;
	font-size:16px;
}
.z3g-alertInfoSuccess-c1 .alertInfoCont .info .infoOther{
	color:#a0c684;
	text-shadow: 1px 1px 1px #2f4e18;
	margin-bottom:20px;
}
.z3g-alertInfoSuccess-c1 .alertInfoOperation{
	font-size: 16px;
	min-height:60px;
	line-height:60px;
	background:rgba(37, 37, 36, 0.5);
	text-align:center;
	vertical-align:middle;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top:1px solid #464444;
}
.z3g-alertInfoSuccess-c1 .alertInfoOperation button{
	width:100px;
}
.z3g-alertInfoSuccess-c1 .alertInfoOperation span{
	color:#fff;
}
.z3g-button{
	width:90%;
	height:34px;
	font-size:16px;
	border-radius:5px;
	color:#fff;
	text-align:center;
	background:#69a518;
	border-top:1px solid #8bbe45;
	border-bottom:1px solid #446a10;
	border-left-width:0px;
	border-right-width:0px;
	margin: 0px 5% 0px 5%;
}
.z3g-button.touch{
	background:#408c09;
}