.progressBox {
  width: 160px;
  height: 16px;
  //height: 19px;
  position: relative;
  top: 5px;
  float: left;
  background: #cccccc;
}
.progressBar {
  width: 0; 
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  background: #00df00;
}

.fileName {
  float: left;
  margin-top: 6px;
  margin-left: 8px;
}

/* Style for IFRAME */
.loader {
  border: 0; 
  height: 0; 
  width: 0; 
  padding: 0; 
  position: absolute; 
  visibility: hidden;
}

.searchRo {
  padding-left: 10px;
  font: 11px Arial, Tahoma, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #595959;
  vertical-align: middle;
  }

.searchRo img {
  width: 13px;
  height: 13px;
  }

