#progressBarDiv {
    Xmargin-left: 100px;
    width: 400px;
    height: 22px;
}
#progressBarDiv div {
    height: 100%;
    color: #fff;
    text-align: right;
    font-size: 12px;
    line-height: 22px;
    width: 0;
}
.default {
    background: #292929;
    border: 1px solid #111;	
    border-radius: 5px;	
    overflow: hidden;
    box-shadow: 0 0 5px #333;				
}
.default div {
    background-color: #1a82f7;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0099FF), to(#1a82f7)); 
    background: -webkit-linear-gradient(top, #0099FF, #1a82f7); 
    background: -moz-linear-gradient(top, #0099FF, #1a82f7); 
    background: -ms-linear-gradient(top, #0099FF, #1a82f7); 
    background: -o-linear-gradient(top, #0099FF, #1a82f7);
}