div.csc-mailform-field {
	width: 35em;
	clear: left;
	padding-bottom: 0.5em;
}

div.csc-mailform-field label{
	width: 10em;
	display:block;
	float: left;
}


fieldset.csc-mailform legend{
	display: none;

}


/* Checkboxen anders rendern */

div.csc-mailform-check {
	clear: left;
	width: 35em;
	padding-bottom: 1em;
}

div.csc-mailform-check input {
	float: left;
	margin-right: 2em;
}


div.csc-mailform-check label{
	width: auto;
	display:block;
	float: left;
	text-align: left;
}






.csc-mailform-radio {
	border: 0px;
}

.csc-mailform-radio input {
	clear: left;
	width: auto;
	display:block;
	float: left;

}

.csc-mailform-radio label {
	width: 5em;
}


/* Anzeige spezieller Felder */

fieldset#mailformAnrede{
	width: 15em;
	border: 0em;
}

/*
#mailformWie_sind_Sie_zu_uns_gelangt {
	margin-top: 1em;
	margin-bottom: 1em;
}
*/

/*
.csc-mailform-radio br  {
	clear: left;
}
*/