div.csc-mailform-field {
	height:: 25px;
	height: 30px;
	clear: left;
}

div.csc-mailform-field label {
	display: block;
	border: thick;
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 1em;
}

div.csc-mailform-field input {
	display: block;
	border: double;
	float: left;
	width: 300px;
}
div.csc-mailform-field textarea {
	display: block;
	border: double;
	float: left;
	width: 300px;
}
div.csc-mailform-field select {
	display: block;
	border: double;
	float: left;
	width: 300px;
}

div.csc-mailform-field br {
	clear: left; 
	/* das floating der labels und inputs aufheben */
}

div.csc-mailform-field input.csc-mailform-submit {
	clear: left;
	float: none;
	width: 200px;
	padding-left: 150px;
	left: 150px;
}

div.csc-mailform-field input.csc-mailform-check { 
	clear: left;
	float: none;
	width: 300px;
	background-color: #CCCCCC;
}
