.progressBox {
  width: 100px;
	height: 1em;
	position: relative;
/*	float: left;*/
	background: #eee;
}
.progressBar {
  width: 0;
  height: 100%;
  background: #00df00;
}

.fileName {
/*  float: right;*/
  margin-right: .5em;
}

/* Style for IFRAME */
.loader {
  border: 0; 
  height: 0; 
  width: 0; 
  padding: 0; 
  position: absolute; 
  visibility: hidden;
}
