.progress_layer{

    left:0;
    top:0;
    position        :absolute;
    overflow        :hidden;
    width           :200;
    height          :20;
    background-color:threedface;
    visibility      :visible;
    border-width    :0;
    border-style    :inset;


}

.progress_message{

    left:220;
    top:10;
    position        :absolute;
    overflow        :hidden;
    width           :90;
    height          :20;
    font-size       :12;
    font-family     :Arial;
    font-weight     :bold;
    text-align      :center;
}

.progress_outer{

    left            :0;
    top             :0;
    position        :absolute;
    overflow        :hidden;
    width           :200;
    height          :20;
    font-size       :1;
    background-color:threedface;
    border-width    :0;
    border-style    :inset;
}

.progress_inner{
    position        :absolute;
    font-size       :1;
    background-color:activecaption;
}
