/**
* This file is for form related styling 
*
*/

.fehler .form-error {
  color: red;
  font-style: italic;
clear: both;
}

div.formularzeile {
  margin-top: 5px;
}

div.formularzeile label {
  display: block;
}

div.formularzeile label.checkboxLabel {
  display: inline;
}

#subscriberForm .form-row {
    background: #E6F5FB;
    border-bottom: 1px solid white;
    display: block;
}

#subscriberForm .form-label {
	width: 190px;
	float: left;
	border-right: 1px solid white;
	padding:4px;
}

#subscriberForm .form-input {
    width: 260px;
    float: left;
    padding: 4px;
}

#subscriberForm input {
  line-height: 14px;
}