td.space_betw_input_1 {
	height: 8px;
}

td.space_betw_input {
	height: 2px;
}

td.form_align_middle {
	vertical-align: middle;
}

td.form_align_text {
	vertical-align: middle;
	height: 18px;
}

input.text_both {
	width: 260px;
}

input.text_plz {
	width: 55px;
}

input.text_ort {
	width: 202px;
}

select.kontakt {
	width: 264px;
}

textarea.kontakt_txt {
	width: 300px;
	height: 100px;
}

label.error {
	font-weight: bold;
	color: #FF0000;
}

input.error,
textarea.error {
	border: 1px dotted red;
}	

.errormsg {
	color: #f00;
	font-weight: bold; 
}