#passwordDiv
{
        width: 100px;
        height: 15px;
        border: 1px solid #000000;
        background-color:#efefef;        
}

#passwordStrength
{
        height: 15px;
        float:left;
}

.strength1
{
        width: 20px;
        background: #cc0000;
}

.strength2
{
        width: 40px;
        background: #ff6600;
}

.strength3
{
        width: 60px;
        background: #ff6600;
}

.strength4
{
        width:80px;
        background: #33CC00;
}

.strength5
{
        width: 100px;
        background: #33CC00;
}