@charset "utf-8";
/* CSS Document */

#passwordStrength
{
        height:5px;
        display:block;
        float:left;
}
.strength0 {
    width:0px;
    /*background:#dedede;*/
}

.strength1 {
    background: #FF4545; /* weak */
    width:25px;
}

.strength2 {
    background:#FFC824; /* good */
    width:75px;
}

.strength3 {
    background:#6699CC; /* strong */
    width:100px;
}

.strength4 {
    background: none repeat scroll 0 0 #008000;/* best */
    width: 150px;
}