
#UploadIFrame {
  width:  0 ;
  height: 0 ;
  border: 0 ;
}

.Uploading {
  background-color: #ff6 ;
}

.Processing {
  background-color: #6ff ;
}

.Finished {
  background-color: #6f3 ; 
}

#ProgressBarContainer,
#ProgressMessage, 
#ProgressBarShell {
  width: 20em ;
  font-size: 1em ;
}

#ProgressMessage {
  margin-top: 0.2em ;
  margin-bottom: 0.8em ;
  font-weight: normal ;
  color: #333 ;
  text-align: center ;
}

#ProgressBarShell {
  border: solid 1px silver ;
  margin-top: 0.2em ;
  padding: 0 ;
}

#ProgressBar {
  width: 0 ;
  margin: 0.1em ;
}

#ProgressBarText {
  display: block ;
  background-color: transparent ;
  color: #333 ;
  font-weight: bold ;
  width: 20em ;
  text-align: center ;
  padding-top: 0.2em ;
}

