#passwordStrength
{
        height:10px;
        display:block;
        float:left;
		margin-left:5px;
}
.strength0
{
        width:80px;
        background:#cccccc;
}
.strength1
{
        width:15px;
        background:#6FDFFB;
}
.strength2
{
        width:30px;    
        background:#05A5CD;
}
.strength3
{
        width:45px;
        background:#025469;
}
.strength4
{
        background:#660000;
        width:60px;
}
.strength5
{
        background:#330000;
        width:75px;
} 

