﻿/*****
*密码强度验证效果css start
*/
.passwordStrength{padding:0 2px 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:45px; 
	text-align:center; 
	background-color:#d0d0d0; 
	border-right:1px solid #fff;
}
.passwordStrength .last{border-right:none;}
.passwordStrength .bgStrength{color:#fff;background-color:#71b83d;}
.passwordStrength .bgStrength01{color:#fff;background-color:red;}
.passwordStrength .bgStrength02{color:#fff;background-color:#ffe48d;}
/*****
*密码强度验证效果css end
*/