.required {
	color: red;
	line-height: 30px;
	font-size: 20px;
	position: absolute;
	top: 5px;
	right: 4px
}
.passwordStrength{

}
.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;
}
.Validform_input {
	float: left;
	width: 60%;
	background-color:#fff;
}
.Validform_error, .Validform_error:hover {
	background-color: #fff;
	border: 1px #ffb437 solid ;
	box-shadow: 0 0 4px rgba(255,180,55,.6);
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset
}
