.wait_progress_indicator .wait_progress_indicator_cnt {
    font-family: Arial, helvetica, sans-serif;
    color: #333;
}

.wait_progress_indicator form .window_header,
.wait_progress_indicator form .window_body,
.wait_progress_indicator form .buttons
{
    clear: both;
}

.wait_progress_indicator .window_header{
    height: 15px;
    font-size: 14px;
    font-weight: bold;
    margin-top: -3px;
    overflow: visible;
    text-shadow: 0 1px #fff;
}

.wait_progress_indicator .window_body{
    height: 35px;
    padding-top: 5px;
    color: #1c84bb;
    font-size: 20px;
    text-align: center;
    margin-left: 5px;
}

 /*style the close button*/
.silver-box.wait_progress_indicator_cnt .box_close_btn a{
    display: block;
    width: 41px;
    height: 31px;
    background-image: url('images/simple_close_btn.png');
    background-position: 0 -31px;
    cursor: pointer;
}
.silver-box.wait_progress_indicator_cnt .box_close_btn a:hover{
    background-position: 0 0;
}
.silver-box.wait_progress_indicator_cnt .box_close_btn a:active{
    background-position: 0 -62px;
}

/*hide window backgrounds*/
.wait_progress_indicator .x-window-tl,
.wait_progress_indicator .x-window-bl {
    display: none;
}
.wait_progress_indicator .x-window-ml,
.wait_progress_indicator .x-window-mr {
    padding: 0;
    background: none;
}
.wait_progress_indicator .x-window-mc,
.wait_progress_indicator .xstc{
    background: none;
    border: none;
}

.wait_progress_indicator .xsc {
    display: none;
}

.wait_progress_indicator .fileuploadfield div.x-form-field-wrap.x-form-file-wrap {
    overflow: hidden;
}


/*fonts styling*/
.wait_progress_indicator .downloading_text {
    font-size: 12px;
    text-align: left;
}
.wait_progress_indicator .progress_ind {
    background-image: url(images/ProgressBarIcon2.png);
    background-position: -200px center;
    width: 200px;
    height: 20px;
    border-bottom: 1px solid #999;
    margin-top: 10px;
}


/* fix for width and height */
.silver-box.wait_progress_indicator_cnt .br-top,
.silver-box.wait_progress_indicator_cnt .br-bottom,
.silver-box.wait_progress_indicator_cnt .br-center {
    background-image: url('images/PreloaderVertGradient_95(90)px.png');
}


.silver-box.wait_progress_indicator_cnt .br-center {
    height: 70px;
    top: 10px;
    background-position: 0 -10px;
}

.silver-box.wait_progress_indicator_cnt .corner.cbr,
.silver-box.wait_progress_indicator_cnt .br-bottom,
.silver-box.wait_progress_indicator_cnt .corner.cbl {
    top: 80px;
}

.silver-box.wait_progress_indicator_cnt .br-bottom,
.silver-box.wait_progress_indicator_cnt .corner.cbr,
.silver-box.wait_progress_indicator_cnt .corner.cbl {
    height: 15px;
}

.silver-box.wait_progress_indicator_cnt .corner.cbl {
    background-image: url('images/Preloader_CBL_95(90).png');
}
.silver-box.wait_progress_indicator_cnt .corner.cbr {
    background-image: url('images/Preloader_CBR_95(90).png');
}

