/* formulare Stephanb Boiting netSTANDARDS */
/*
form
*/
.csc-mailform form {
  margin-left: 22px;
}
.csc-mailform {
  width: 520px;
  text-align:left;
}

.csc-mailform label,.csc-mailform input,.csc-mailform textarea { /* Alle Labels UND Formularelemente auswaehlen */
 display: block;
 float: left;
 width: 400px; /* Breite.*/
 height: 18px;
 text-align: left;
 margin: 0px 0 12px 0;
}

.csc-mailform label {
 text-align: left;
 padding-right: 1em;
 margin: auto;
}

.csc-mailform form br {
 clear: left;
}

.csc-mailform input, .csc-mailform textarea {
 border: 1px solid #DBDBDB;
 background: #eeeeee;
}

.csc-mailform textarea {
 width: 400px;
 height: 120px;
}

fieldset {
 border: 0;
}
.csc-mailform-submit {
  margin-left: 0px;
  padding: 0px 0px 0px 10px;
  cursor: pointer;
  color: #67A20F;
  font-weight: normal;
  border: 1px solid #dbdbdb;
  background: #efefef url(../images/arrow_blue.png) no-repeat 4px 50%;
}
.csc-mailform-submit:hover {
  color: #007A97;
  border: 1px solid #67A20F;
}
.csc-mailform-label {
  font-size: 11px;
  line-height: 12px;
  padding: 0px;
  margin-bottom: 1px;
  border-top: 1px solid #eeeeee;
  color: #2F818F;
  float:left;
}
.csc-mailform-field {
  float:left;
}
.csc-mailform-field img {
  margin-left: 10px;
  border: 1px solid #DBDBDB;
}
