#strength {
    background: #EEE;
    width: 157px;
    height: 18px;
    border: solid black 1px;
    color: Black;
}

#strength_bar {
    background: #EEE url(/IPHCA/plugins/passwordStrength/images/password_strength.png);
    height: 18px;
    width: 0%;
}

#strength_text {
    position: relative;
    width: 157px;
    /*text-align: center;*/
    font-weight: bold;
    /*font-size: 8pt;*/
    font-size: small;
    text-align: left;
}

#about_strength {
    position: relative;
    top: 11px;
    left: -40px;
    width: 200px;
    height: 80px;
    float: right;
    border: solid #ccc 1px;
    padding: 5px;
}

#strength_bar td label {
    font-size: 14px;
    font-weight: bold;
    color: #666;
    font-family: arail,helvetica,san-serif;
}

#strength_bar #input {
    height: 28px;
    width: 200px;
    border: 1px solid #ccc;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    padding: 7px 0 0 4px;
}

/*  ADVANCED STYLES */
.top_testresult {
    font-weight: bold;
    font-size: 13px;
    font-family: arail,helvetica,san-serif;
    color: #666;
    padding: 0;
    margin: 0 0 2px 0;
}

    .top_testresult span {
        padding: 6px;
        margin: 0;
    }

.top_shortPass {
    background: #edabab;
    border: 1px solid #bc0000;
    display: block;
}

    .top_shortPass span {
    }

.top_badPass {
    background: #edabab;
    border: 1px solid #bc0000;
    display: block;
}

    .top_badPass span {
    }

.top_goodPass {
    background: #ede3ab;
    border: 1px solid #bc9f00;
    display: block;
}

    .top_goodPass span {
    }

.top_strongPass {
    background: #d3edab;
    border: 1px solid #73bc00;
    display: block;
}

    .top_strongPass span {
    }


/* 	RESULT STYLE  */
.testresult {
    font-weight: bold;
    font-size: 13px;
    font-family: arial,helvetica,san-serif;
    color: #666;
    padding: 0px 0px 12px 10px;
    margin-left: 10px;
    display: block;
    height: 28px;
    float: left;
}

    .testresult span {
        padding: 10px 20px 12px 10px;
        margin: 0px 0px 0px 20px;
        display: block;
        float: right;
        white-space: nowrap;
    }

.shortPass {
    background: url(/IPHCA/plugins/passwordStrength/images/red.png) no-repeat 0 0;
}

    .shortPass span {
        background: url(/IPHCA/plugins/passwordStrength/images/red.png) no-repeat top right;
    }

.badPass {
    background: url(/IPHCA/plugins/passwordStrength/images/red.png) no-repeat 0 0;
}

    .badPass span {
        background: url(/IPHCA/plugins/passwordStrength/images/red.png) no-repeat top right;
    }

.goodPass {
    background: url(/IPHCA/plugins/passwordStrength/images/yellow.png) no-repeat 0 0;
}

    .goodPass span {
        background: url(/IPHCA/plugins/passwordStrength/images/yellow.png) no-repeat top right;
    }

.strongPass {
    background: url(/IPHCA/plugins/passwordStrength/images/green.png) no-repeat 0 0;
}

    .strongPass span {
        background: url(/IPHCA/plugins/passwordStrength/images/green.png) no-repeat top right;
    }

.strength_text_container {
    padding: 2px;
    width: 110px;
    text-align: right;
}

.strength_bar_container {
    padding: 2px;
    width: 430px;
}
