.pass-graybar {
    height: 3px;
    background-color: #ccc;
    width: 100%;
    position: relative;
    top: -20px;
}

.pass-colorbar {
    height: 3px;
    background-image: url(Passwordstrength.jpg);
    position: absolute;
    top: 0;
    left: 0
}

.pass-percent, .pass-text {
    font-size: 0.75em;
    position: relative;
    top: -20px;
}

.pass-percent {
    margin-right: 5px
}
