#progresswrapper {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

#progressCenter {
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 25%;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  z-index: 11;
  height: 50px;
  border: 1px solid #DF0024;
}

.progresscontainer {
	width: 90%;
	height: 20px;
	background: url(/img/progress-remainder.gif) #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.progressbar {
	width: 0px;
	height: 20px;
	background: url(/img/progress-bar.gif) #f00;
}

#progresstext {
  width: 90%;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

#fader {
  z-index: 9;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
   opacity: 0.6;
   display: none;
}

