

form {

}

textarea {

  background-color:#ccc;
  border:1px solid #7c8184;
  color:#000;
  overflow:auto;

}


input {
    background-color:#ccc;
  border:1px solid #7c8184;
  color:#000;
    width:200px;
    padding:0px;
}

textarea {
    width:260px;

}

label.left {
  display:block;
     width: 150px;
     margin-right: 4px;
}

.standard {
  display:block;
  width:158px;
  float: left;
  font-size:9px;
}

.telefon {
  display:block;
  width:90px;
  float: left;
  font-size:9px;
}

.button {
  padding:5px;
  margin-left:5px;
  width:100px;
}

fieldset {
  border: 1px solid #d9dada;
  padding: 5px; 
  margin-right: 5px;
}

legend {
  color: #000000;
}
