        
/* progress bar container */
#progressbar{
        border-bottom:1px solid #51312f;
        width:100%;
        height:15px;
        position:relative;
        color:black; 
        float: none;
        margin:auto;
}
/* color bar */
#progressbar div.progress{
        position:absolute;
        width:0;
        height:100%;
        overflow:hidden;
		background:url(../images/btn_bg_green.gif);
}
/* text on bar */
#progressbar div.progress .text{
        position:absolute;
        text-align:center;
        color:white;
        display:none;
}
/* text off bar */
#progressbar div.text{
        position:absolute;
        width:100%;
        height:100%;
        text-align:center;
        color:red;
}