.password_strength {
	padding: 0;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}

.password_strength_1 {
	background-color: #fcb6b1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-color: #fcb6b1;	
}

.password_strength_2 {
	background-color: #fccab1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-color: #fccab1;	
}

.password_strength_3 {
	background-color: #fcfbb1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-color: #fcfbb1;	
}

.password_strength_4 {
	background-color: #dafcb1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-color: #dafcb1;	
}

.password_strength_5 {
	background-color: #bcfcb1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-color: #bcfcb1;		
}
