﻿#passwordStrength
{
	display:block;
   margin:0;
   padding:0px 1px 1px 0px;
   float:left;   
}
.strength0
{
   width:150px;   
   background:Red;
}
.strength1
{	
   width:30px;
   background:Black;
}
.strength2
{	
	width:60px; 
    background:Green;
}
.strength3
{	
   width:90px;
   background:Red;
}
.strength4
{
	background:Blue;
    width:120px;
}
.strength5
{	
    background:Pink;
    width:150px;
}

