#kontaktformular {
	width:370px;
	height:430px;
	overflow:hidden;
	font-size:11px;
}

#kontaktformular fieldset {
	border:none;
}

.text-input {
	width:270px;
	height:15px;
	font-size:10px;
	border:none;
}

textarea {
	width:270px;
	height:25px;
	border:none;
}

.radio {
	margin:0 20px 0 10px;
}

#kontaktformular fieldset form table tr td {
	vertical-align:top;
}

p.meldung {
	color:white;
	margin:10px 0 0 0;
}