.ProgressBarPercentageDiv
{
    background: url(../../Images/progress-sp.png?uid=-1689317640) no-repeat 0 0;
    width: 186px;
    height: 30px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.ProgressBarTotalPercentageSpan
{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    z-index: 5;
}

.ProgressBarCompletedPercentageSpan
{
    background: url(../../Images/progress-sp.png?uid=-1689317640) no-repeat 0 -40px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    z-index:2;
}

.ProgressBarCompletedPercentageValueSpan
{
    color: #848484;
    font-family: Tahoma, Lucida Grande;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 7px;
    position: absolute;
}