
.strengthMeterContainer
{
	float       : left;
	margin-left : 3px;
	font-weight : bold;
	margin-top  : 5px;
}

.strengthMeter
{
	position         : relative;
	border           : 1px solid #b5b8c8;
	height           : 20px;
	width            : 90px;
	background-image : url(../images/meter_bg.jpg);
	float            : left
}

.strengthMeter-focus
{ /*border: 1px solid #000;*/
}

.scoreBar
{
	background-image : url(../images/meter.jpg);
	height           : 20px;
	width            : 0;
	line-height      : 1px;
	font-size        : 1px;
}

.low_password
{
	color         : #d44036;
	float         : left;
	line-height   : 22px;
	padding-right : 3px
}

.high_password
{
	color        : #4cb501;
	float        : left;
	line-height  : 22px;
	padding-left : 3px
}

.security
{
	position    : absolute;
	top         : 0;
	left        : 0;
	width       : 92px;
	text-align  : center;
	color       : #333;
	z-index     : 2;
	font-size   : 11px;
	line-height : 20px
}