/** Validform **/
.Validform_checktip{ overflow:hidden;color:#999;font-size:12px; position: absolute; left: 434px;}
.Validform_right{color:#71b83d!important;padding-left:18px;white-space:nowrap;background:url(images/correct.png) no-repeat left center;}
.Validform_wrong{color:red;padding-left:18px;white-space:nowrap;background:url(images/error.gif) no-repeat left center;}
.edit-form .Validform_wrong{color:red!important;}
.Validform_loading{padding-left:20px;background:url(images/loading.gif) no-repeat left center;}
input.typeText.Validform_error, input.typePass.Validform_error, textarea.Validform_error, input[type="file"].Validform_error, .Validform_error{background:#ffe7e7;border: 1px solid #FC2E2E;}
select.Validform_error{border: 1px solid #FC2E2E;}
#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;}

.drift_info{padding: 2px 20px 2px 5px;color: #666;position: absolute;display: none;line-height: 20px;background: #FFFCED;border: 1px solid #FFC282;}
.drift_info .arrow{bottom: -8px;display: block;height: 8px;overflow: hidden;position: absolute;left: 10px;width: 17px;background: url(./images/arrow.gif) 0 0 no-repeat;}
.drift_info.success{background: #F0FFE5;border: 1px solid #4DBF00;}
.drift_info.success .arrow{background: url(./images/arrow-green.gif) 0 0 no-repeat;}
.drift_info .Validform_checktip{margin-left: 0;}

/** passwordStrength **/
.passwordStrength {margin-top: 10px;}
.passwordStrength b{font-weight:normal;}
.passwordStrength b,.passwordStrength span{display:inline-block; vertical-align:middle;line-height:16px;line-height:18px\9;height:16px;}
.passwordStrength span{width:45px; text-align:center; background-color:#d0d0d0; border-right:1px solid #fff;}
.passwordStrength .last{border-right:none;}
.passwordStrength .bgStrength{color:#fff;background-color:#71b83d;}