#passwordStrength {
	height:1em;
	border: 2px solid white !important;
	display:block;
	float:left;
}

.strength0 {
	width:250px;
	background:#cccccc;
}

.strength1 {
	width:50px;
	background: red;
}

.strength2 {
	width:100px;	
	background:#ff5f5f;
}

.strength3 {
	width:150px;
	background: orange;
}

.strength4 {
	background:#4dcd00;
	width:200px;
}

.strength5 {
	background:#399800;
	width:250px;
}
