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

.strength-outer {
    width: 100px;
    background: #cccccc;
    height: 15px;
    display: block;
}

.strength0 {
    width: 0px;
    background: #cccccc;
}

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

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

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

.strength4 {
    background: #008000;
    width: 80px;
}

.strength5 {
    background: #008000;
    width: 100px;
}