/* progres bar w dtg */
.progress
{
    display: block;
    position: absolute;
    padding: 2px 3px;
    z-index: 10;
}
.progress .container
{
    border: solid 1px #808080;
    border-width: 1px 0px;
}
.progress .header
{
    background:url(../AjaxToolKit/sprite.gif) repeat-x 0px -1100px;
    border-color: #D4D4D4 #D4D4D4 #D4D4D4;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 0px 10px;
    color: #FFFFFF;
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.9;  
    font-family: arial,helvetica,clean,sans-serif;
}
.progress .body
{
    background-color: #FBFDFE;
    border-color: #D4D4D4;
    border-style: solid;
    border-width: 0px 1px;
    padding: 10px;
    text-align: center;
}