/*==========以下部分是Validform必须的===========*/
.Validform_checktip						{ line-height:20px; height:30px; overflow:hidden; color:#999; font-size:12px; box-sizing:border-box; } 
.Validform_right						{ display:inline-block; margin-left:5px; padding:5px 5px 5px 20px; color:#71b83d; white-space:nowrap; background:url("../images/onCorrect.png") no-repeat left center;}
.Validform_wrong						{ display:inline-block; margin-left:5px; padding:5px 5px 5px 20px; color:#ff0000; white-space:nowrap; background:url("../images/onError.png") no-repeat left center;}
.Validform_loading						{ display:inline-block; margin-left:5px; padding:5px 5px 5px 20px; background:url("../images/onLoad.gif") no-repeat left center;}
.Validform_error						{ background-color:#ffe7e7;}
.input-group .Validform_checktip		{ padding:5px 5px 5px 30px !important; background-position:10px center !important; margin-left:0px !important; }
.altercss								{ color:#bcbcbc; }

#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999'); box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#999;
background: -moz-linear-gradient(top, #999, #666 100%); background: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#666)); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666');}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#ccc;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #bbb; border-top:none; text-align:left;}

.control-label .Validform_checktip		{ padding-top:0px !important; padding-bottom:0px !important; }
.am-form-field.Validform_error			{ background-color:#ffe7e7 !important; border:1px solid #cc0000 !important;}


/*tiptype:wap*/
.Validform_alert							{ position:fixed; bottom:-100px; left:0px; z-index:1200; width:100%; margin:0px auto; text-align:center; transition:bottom 0.5s ease 0s; -moz-transition:bottom 0.5s ease 0s; -webkit-transition:bottom 0.5s ease 0s; -o-transition:bottom 0.5s ease 0s;}
.Validform_alert .Validform_checktip 		{ display:inline-block; height:auto !important; margin-right:5px; font-size:14px; background-color:rgba(0,0,0,0.7); border-radius:5px; background-position:10px center !important;}
.Validform_alert .Validform_right			{ padding:10px 10px 10px 30px; color:#fff !important; white-space:normal !important; background-image:url("../images/onCorrect_white.png"); display:none !important; }  
.Validform_alert .Validform_wrong			{ padding:10px 10px 10px 30px; color:#fff !important; white-space:normal !important; background-image:url("../images/onError_white.png");}
.Validform_alert .Validform_loading			{ padding:10px 10px 10px 30px; color:#fff !important; white-space:normal !important; background-image:url("../images/onLoad_white.gif");}  
.Validform_alert .Validform_tip			{ padding:10px 10px 10px 30px; color:#fff !important; white-space:normal !important; padding:10px 10px 10px 10px;}

.Validform_alert_callback					{ position:fixed; bottom:-100px; left:0px; z-index:1200; width:100%; margin:0px auto; text-align:center; transition:bottom 0.5s ease 0s; -moz-transition:bottom 0.5s ease 0s; -webkit-transition:bottom 0.5s ease 0s; -o-transition:bottom 0.5s ease 0s;}
.Validform_alert_callback .Validform_checktip{ display:inline-block; height:auto !important; margin-right:5px; font-size:14px; background-color:rgba(0,0,0,0.7); border-radius:5px; background-position:10px center !important;}
.Validform_alert_callback .Validform_right	{ padding:10px 10px 10px 30px; color:#fff !important; white-space:normal !important; background-image:url("../images/onCorrect_white.png"); display:none !important; }  
.Validform_alert_callback .Validform_wrong	{ padding:10px 10px 10px 30px; color:#fff !important; white-space:normal !important; background-image:url("../images/onError_white.png");} 
.Validform_alert_callback .Validform_tip	{ padding:10px 10px 10px 30px; color:#fff !important; white-space:normal !important; padding:10px 10px 10px 10px;}