/home/edulekha/studygroup.edulekha.com/ow_plugins/profile_progressbar/static/css/bio.css
.profile-progressbar
{
    border-radius: 2px;
    border-top: 1px solid #181A1D;
    border-right: 1px solid #27282D;
    border-bottom: 1px solid #0D0D0F;
    border-left: 1px solid #242529;
    height: 20px;
    background: url(../img/bio/background.png) repeat-x;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.profile-progressbar-complete
{
    height: 20px;
    background: url(../img/bio/complete.png) repeat-x;
    position: absolute;
    z-index: 10;
}

.profile-progressbar-caption
{
    margin: auto;
    position: absolute;
    z-index: 11;
    color: white;
}