@charset "utf-8";
/* CSS Document */

.password_strength {
	font-size:.875em;
	line-height:1.5em;
	max-width:250px;
}

#password_strength_rating {
	float:right;
}

#password_strength_meter_outer {
	width:100%;
	height:10px;
	background-color:rgba(0,0,0,.15);
}

#password_strength_meter_inner {
	height:10px;
	background-color:red;
	width:0%;
}

