.password_strength_line {
	width: 280px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float:left;
	border:1px solid gray;
}
.password_strength_line,
.password_strength_line .password-strength-indicator {
	font-size:12px;
}
.password_strength_line .password-strength-indicator {
	
}
.password_strength_line .passowrd-strength-very-weak {
	border:2px solid #FF0500;
	background-color:red;
	color:black;
}
.password_strength_line .passowrd-strength-weak {
	border:2px solid #FCEE21;
	background-color:orange;
	color:black;
}
.password_strength_line .passowrd-strength-medium {
	border:2px solid #F7931E;
	background-color:yellow;
	color:black;
}
.password_strength_line .passowrd-strength-strong {
	border:2px solid #009245;
	background-color:green;
	color:black;
}
