
form {
  padding: 20px;
  margin: 10px 0;
  background-color: #E8E8E8;
}

label {
  margin: 5px 0;
  display: block;
}

input, textarea {
  border:  1px solid #707070;
  background-color: white;
}
inputs, textareas {
  border:  1px solid #707070;
  background-color: #E4E4C9;
}

input:focus, input:hover, textarea:focus, textarea:hover {
  background-color:white;
}

input.knopf {
  padding: 3px;
  margin-top: 10px;
  background-color: white;
  border-color: #707070;
}

legend {
  color: #707070;
}

fieldset {
  display: block;
  padding: 10px;
  border: 1px solid silver;
  margin-right: 5px;
  margin-bottom: 10px;
}