.uploadStatus {
  margin: 5px;
}

.progressBar {
  margin: 5px;
}

.border {
  background: url(progress-remainder.gif) repeat-x;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  width: 90%;
}

.progressBar .border {
  background: url(progress-remainder.gif) repeat-x;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  width: 100%;
}

.progressBar .background {
  background: url(progress-bar.gif) repeat-x;
  height: 18px;
  width: 0%;
}

.background {
  background: url(progress-bar.gif) repeat-x;
  height: 18px;
}
#percent {
	padding: 5px;
}

#timetillnow {
	padding: 5px;
}

#timetogo {
	padding: 5px;
}

#bytes {
	padding: 5px;
}

#infoholder {
	padding: 10px;
}

