#complexity {
    color: #000;
    font-size: 85%;
    font-weight: bold;
}
#score {
    color: #000;
    font-size: 85%;
    font-weight: bold;
    position:absolute;
    text-align: center;
    width: 100px;
    z-index: 10;
}
#scorebar {
    background-image: url(../images/pwdmeter/bg_strength_gradient.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    position:absolute;
    width: 100px;
    height: 14px;
    z-index: 0;
}
#scorebarBorder {
    background: #333;
    border: 1px #000 solid;
    height: 14px;
    margin-bottom: 2px;
    width: 100px;
}