div.payone {
  width: 250px;
}
div.payone label {
  display: block;
  font-weight: normal;
  margin-top: 10px;
}
div.payone input {
  height: 33px;
  line-height: 29px;
  width: 100%;
}
div.payone button.kiesel {
  margin-top: 25px;
}
div.payone #errorOutput {
  margin-top: 10px;
  color: red;
}
div.payone div.overlay {
  width: 250px;
  height: 440px;
  background: white;
  position: absolute;
  opacity: 0.6;
  text-align: center;
}
div.payone div.overlay .spinner {
  top: 180px;
  position: relative;
}
