﻿#progressBar
{
    width: 300px;
    height: 22px;
    border: 0px;
    background-color: #FFFFFF;
}

#progressBar div
{
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #FFE271;
} 
