/*
* name: validform.css
* version: v1.0.0
* update: 去掉自带弹窗样式
* date: 2015-03-14
*/
.Validform_right { color: #71b83d; }
.Validform_wrong { color: red;white-space: nowrap; }
.Validform_loading { padding-left: 20px; }
.Validform_error { background-color: #ffe7e7; }

.passwordStrength { display:block;height: 18px; line-height: 16px; clear: both; overflow: hidden; margin-bottom:5px;}
.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: 63px; text-align: center; background-color: #d0d0d0; border-right: 1px solid #fff; }
.passwordStrength .last { border-right: none; width: 61px; }
.passwordStrength .bgStrength { color: #fff; background-color: #71b83d; }
