#jQueryProgressFormBar > div{
    display: block;
    background: green;
    width: 0;
}
#jQueryProgressFormBar > div.warn{
    background: yellow;
}
#jQueryProgressFormBar > div.error{
    background: red;
}