#passwordDescription {
	margin-bottom: 2px;
	text-align: left;
}
#passwordStrength
{
	height:15px;
	width:115px;
}

.strength0
{
	background:#cccccc;
}

.strength1
{
	background:#ff0000;
}

.strength2
{
	background:#ff0;
}

.strength3
{
	background:#399800;
}
