﻿        #progressBar
        {
            width: 300px;
            height: 22px;
            border: 1px solid #111;
            background-color: #292929;
        }
        #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: #0099ff;
        }
        
        #progressBar1
        {
            width: 300px;
            height: 22px;
            border: 1px solid #111;
            background-color: #292929;
        }
        #progressBar1 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: #0099ff;
        }
        
        #progressBar2
        {
            width: 300px;
            height: 22px;
            border: 1px solid #111;
            background-color: #292929;
        }
        #progressBar2 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: #0099ff;
        }
        
        #progressBar3
        {
            width: 300px;
            height: 22px;
            border: 1px solid #111;
            background-color: #292929;
        }
        #progressBar3 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: #0099ff;
        }