#passwordStrength
{
	height:5px;
	display:block;
	float:left;
}
.strength
{
	width:110px;
	background:#cccccc;
}
.strength0
{
	width:11px;
	background:#FFCCCC;
}
.strength1
{
	width:22px;
	background:#ff0000;
}
.strength2
{
	width:44px;
	background:#ff5f5f;
}
.strength3
{
	width:66px;
	background:#56e500;
}
.strength4
{
	background:#4dcd00;
	width:88px;
}
.strength5
{
	background:#399800;
	width:110px;
}
/*css class added for basic page while creating the page*/
#passwordStrength-profile
{
	height:5px;
	display:block;
	float:left;
}
.strength-profile
{
	width:200px;
	background:#cccccc;
}
.strength0-profile
{
	width:30px;
	background:#FFCCCC;
}
.strength1-profile
{
	width:60px;
	background:#ff0000;
}
.strength2-profile
{
	width:90px;
	background:#ff5f5f;
}
.strength3-profile
{
	width:120px;
	background:#56e500;
}
.strength4-profile
{
	background:#4dcd00;
	width:150px;
}
.strength5-profile
{
	background:#399800;
	width:200px;
}
