.progressBox {
  width: 150px;
	height: 15px;
	/*position: relative;
	float: right;*/
	background: #cccccc;
}
.progressBar {
  width: 0; 
  height: 100%;
	/*position: absolute;
	top: 0;
	left: 0;*/
	background: blue;
}

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

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