.formbox {
  width: 400px;
  color: #000;
  background-color: #cc9;
  border: 1px solid #666;
}

.reihe {
  clear: both;
  padding: 2px 0px;
}

.label {
  float: left;
  width: 120px;
  text-align: right;
  padding-top: 3px;
  padding-right: 5px;
}

.feld {
  float: left;
  width: 240px;
  text-align: left;
} 

.knopf {
  clear: both;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

.defbreite {
  width: 240px;
}

.regform table td {
  padding: 4px;
  vertical-align: top;
}

div.button {
  float: right;
  width: 228px;
  height: 24px;
  margin: 0;
  padding: 16px;
  background: url('../img/standards/button_light.gif') no-repeat;
}

div.button_admin {
  float: right;
  width: 140px;
  height: 24px;
  margin: 0;
  padding: 8px;
  background: url('../img/standards/button_light_s.gif') no-repeat;
}

div.button input, div.button_admin input {
  border: none;
  color: #B22E24;
  background: none;
  font-size: 12px;
  font-weight: bold;
}
