#progressBarShim{ position: absolute; 
                  width: 300px; 
                  height: 40px; 
                  visibility: hidden;
                  padding: 20px;
                  z-index: 1001;
                }
#progressBar    { position: absolute; 
                  width: 300px; 
                  height: 35px; 
                  visibility: hidden;
                  background-color: #9CF; 
                  padding: 20px;
                  border-width: 2px;
                  border-left-color: #99F; 
                  border-top-color: #99F;
                  border-right-color: #666; 
                  border-bottom-color: #666; 
                  border-style: solid;
                  z-index: 1002;
                }
#progressBarMsg { position: absolute;
                  left: 10px; 
                  top: 10px; 
                  font: 18px Verdana, Helvetica, sans-serif bold;
                }
#sliderWrapper  { position: absolute; 
                  left: 10px; 
                  top: 40px; 
                  width: 317px; 
                  height: 15px;
                  background-color: #fff; 
                  border: 1px solid #000; 
                  text-align: center;
                  font-size: 12px;
                }
#slider         { position: absolute; 
                  left: 0px; 
                  top: 0px; 
                  width: 320px; 
                  height: 15px;
                  clip: rect(0px 0px 15px 0px);
                  background-color: #669; 
                  text-align: center; 
                  color: #fff; 
                  font-size: 12px;
                }

