.progresscontainer {
  width: 100px;
  height: 3px;
  background-color: #000000;
  z-index: 3;
  -moz-opacity: 0.7;
  filter:alpha(opacity: 70);
  opacity: 0.7;
}

#progressbar {
  position: absolute;
  background-color: #ffffff;
  border: 2px inset;
  z-index: 5;
}

#progresstext {
  position: absolute;
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #666666;
  z-index: 5;
  padding: 20px;
}

#progresstext p {
  font-size: 18px;
}

.progressbar {
  width: 0px;
  height: 24px;
  background: #ffffff url(/images/progress1.gif);
}

div.inputhead {
}

.input {
  margin-bottom: 10px;
  width: 200px;
}

.data {
  margin-left: 20px;
}
