.emptyBar {
    width: 160px;
    height: 23px;
    display: inline-block;
    background: url("../img/bar/bar-empty.png") no-repeat;
}

.fullBar {
/*width:80px;*/
    height: 23px;
    display: inline-block;
    background: url("../img/bar/bar-full.png") no-repeat;
}

.progressBarText {
    width: 100px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #252525;
    display: inline-block;
    vertical-align: super;
}

.progressBarPercent {
    width: 35px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #99cc33;
    display: inline-block;
    vertical-align: super;
}

.progressBar {
    display: inline-block;
    float: right;
}

