

/* 	RESULT STYLE  */
.testresult
{
clear:both;
    font-weight: bold;
    font-size: 13px;
    padding: 0;
    margin: 0 0 0px 0;
    height: 20px;
    float: right;
    width:150px;
    min-width:150px;
    max-width:150px;
}
.testresult span
{
    padding: 0px 40px 0px 0px;
    margin: 0px 0px 0px 20px;
    display: block;
    float: right;
    white-space: nowrap;
}
.shortPass
{
    background: url(/custom/jQuery/passwordMeter/images/red.png) no-repeat 0 0;
}
.shortPass span
{
    background: url(/custom/jQuery/passwordMeter/images/red.png) no-repeat top right;
}
.badPass
{
    background: url(/custom/jQuery/passwordMeter/images/red.png) no-repeat 0 0;
}
.badPass span
{
    background: url(/custom/jQuery/passwordMeter/images/red.png) no-repeat top right;
}
.goodPass
{
    background: url(/custom/jQuery/passwordMeter/images/yellow.png) no-repeat 0 0;
}
.goodPass span
{
    background: url(/custom/jQuery/passwordMeter/images/yellow.png) no-repeat top right;
}
.strongPass
{
    background: url(/custom/jQuery/passwordMeter/images/green.png) no-repeat 0 0;
}
.strongPass span
{
    background: url(/custom/jQuery/passwordMeter/images/green.png) no-repeat top right;
}

