.formfield {
	background: #fff;
	padding: 10px 0px;
	width: 450px;
}
	
/* FORMULARFELDER */
form p {
	clear: left;
	padding: 0 0 8px 0;
}

select {
	width: 150px;
	height: 20px;
	padding: 2px;
}

label {
	width: 90px;
	display: block;
	line-height: 18px;
	font-size: 12px;
	float: left;
	text-align: left;
	font-weight: bold;
	padding: 0 15px 0 0;
}

label.small {
	width: 75px;
}

label.label_radio {
	clear: right;
	float: left;
	padding: 0 0 0 5px;
	text-align: left;
}

input[type="text"], input.input_text {
	width: 300px;
	height: 14px;
	line-height: 16px;
	padding: 0;
	color: #000;
	display: inline;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	width: 295px;
	height: 64px;
	padding: 4px 5px;
	background: #fff;
	color: #000;
	border: 1px solid #ccc;
	display: inline;
}

select {
	width: 296px;
	background: #fff;
	color: #000;
	display: inline;
	border: 1px solid #ccc;
}

select.input_select_multiple {
	height: 64px;
	border: 1px solid #ccc;
	display: inline;
}

form .radioset {
	float: left;
	padding: 0px 0px 5px 0px;
}

form .checkboxset {
	float: left;
	padding: 0px;
}

input[type="radio"], input.input_radio {
	display: inline;
	float: left;
}

input[type="checkbox"], input.input_checkbox {
	display: inline;
	margin: 0 10px 0px 0;
}

input[type="submit"], input.input_submit {
	margin: 0 0 0 285px;
	display: inline;
	width: 120px;
}


#content .error_text, #content .error_text_180, #content .error_text_310 {
	font-weight: bold;
	color: #C00020;
}