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

.password_strength {
	font-size:.875em;
	line-height:1.5em;
}

#password_strength_rating {
	float:right;
	text-shadow:1px 1px 1px rgba(0,0,0,.5);
}

#password_strength_meter_outer {
	width:100%;
	height:10px;
	background-color:#555;
}

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