.loading {
background:transparent url(../images/loading.gif) no-repeat scroll 0 0;
margin-left:4px;
padding-left:20px;
cursor:default;
font-size:12px;
}

.user-valid {
cursor:default;
background:transparent url(../images/valid.png) no-repeat scroll 0 0;
margin-left:4px;
padding-left:20px;
}

.user-invalid {
color:red;
font-size:12px;
cursor:default;
margin-left:4px;
padding-left:20px;
background:transparent url(../images/invalid.png) no-repeat scroll 0 0;

}

.ar_password_strength {
height:0px;
}

.strength0 {
background:#FF0000 none repeat scroll 0 0;
height:2px;
margin-top:1px;
width:5%;
}
.desc0 {
color:#FF0000;
}
.strength1 {
background:#FF0000 none repeat scroll 0 0;
height:2px;
margin-top:1px;
width:10%;
}
.desc1 {
color:#FF0000;
}
.strength2 {
background:#FFD801 none repeat scroll 0 0;
height:2px;
margin-top:1px;
width:15%;
}
.desc2 {
color:#FFD801;
}
.desc3 {
color:#006666;
}
.strength3 {
background:#006666 none repeat scroll 0 0;
height:2px;
margin-top:1px;
width:20%;
}
.desc4 {
color:#009900;
}
.strength4 {
background:#009900 none repeat scroll 0 0;
height:2px;
margin-top:1px;
width:25%;
}
.desc5 {
color:#008000;
}
.strength5 {
background:#008000 none repeat scroll 0 0;
height:2px;
margin-top:1px;
width:30%;
}
.vs_password_bar_container {

}
