.progressBar {  
    border: solid 2px #86A5AD;  
    background: white url(../images/loading.gif) no-repeat 10px 35px;  
}  
  
.progressBar {  
    display: block;  
    width: 160px;  
    height: 58px;  
    top: 50%;  
    left: 50%;  
    margin-left: -74px;  
    margin-top: -14px;  
    padding: 10px 10px 10px 30px;  
    text-align: left;  
    line-height: 64px;  
    font-weight: bold;  
    position: fixed;  
    z-index: 2001;  
}  
  
.background {  
    display: block;  
    width: 100%;  
    height: 100%;  
    opacity: 0.4;  
    filter: alpha(opacity=40);  
    background:while;  
    position: fixed;  
    top: 0;  
    left: 0;  
    z-index: 2000;  
    background-color:#666666;  
}

