/* bei ".csc-mailform-field" "float:left" eingefügt. 10.10.06, Frömel */

.csc-mailform-field {
  clear:both;
  margin-bottom:8px;
  float:left;
/*  border:1px black dotted; */
}
.csc-mailform-field label {
  float:left;
  width:200px;
}
.csc-mailform-field input {
  margin-bottom:5px;
/*  float:right; */
}
.csc-mailform-field textarea {
  width: 200px;
  margin-bottom:5px;
/*  clear:both; */
}