#passwordStrength
{
	height:5px;
	display:block;
	float:left;
	clear:both;
	margin-top: 3px;
	font-size:3px;
}

#passwordStrengthDesc
{
	height:10px;
	display:block;
	float:left;
	clear:both;
	margin-top: 2px;
	margin-bottom: 4px;
	font-family: Trebuchet MS, Arial, Veranda;
	font-size: 8pt;
}



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

.strength1
{
	width:26px;
	background:#ff0000;
}

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

.strength3
{
	width:78px;
	background:#56e500;
}

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

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