/* progress bar container */
#progressbar{
        /*border:1px solid black;*/
        width:100%;
        height:14px;
        margin-bottom:8px;
}

/* color bar */
#progressbar div.progress{
	    width:100%;
        height:100%;
        background-color:#123;
        margin-bottom:3px;
}
/* text on bar 
#progressbar div.progress .text{
        position:absolute;
        text-align:center;
        color:white;
}
*/
/* text off bar 
#progressbar div.text{
        width:100%;
        height:100%;
        text-align:left;
}
*/