.formfield {
	background: #edebe7;
	padding: 10px;
	width: 530px;
}

.formfield_left {
	background: #edebe7;
	padding: 10px;
	width: 360px;
}
	
/* FORMULARFELDER */
form p {
/* 	float: left; */
	clear: left;
	padding: 0 0 5px 0;
}

.right form p a:link, .right form p a:visited {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	color: #928C7A;
	text-decoration: underline;
	vertical-align: top;
}

.right form p a:hover {
	color: #333;
	text-decoration: none;	
}

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

label {
	width: 150px;
	display: block;
	line-height: 20px;
	font-size: 13px;
	float: left;
	text-align: right;
	padding: 0 15px 0 0;
}

.formfield_left label {
	width: 100px;
	display: block;
	line-height: 20px;
	font-size: 13px;
	float: left;
	text-align: left;
	padding: 0 0px 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: 200px;
	height: 13px;
	padding: 2px 0; 
	color: #000;
	display: inline;
}

textarea {
	width: 290px;
	height: 64px;
	padding: 4px 5px;
	background: #fff;
	color: #000;
	border: 1px solid #ccc;
	display: inline;
}

select {
	width: 206px;
	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 165px;
	display: inline;
	width: 200px;
}

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


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




.disclaimer {
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 11px !important;
	line-height: 14px !important;
	color: #999 !important;
}




#capchar {
	clear: both;
}
#capchar-left {
	width: 130px;
	padding: 10px;
	float: left;
	
}
#capchar-right {
	float: left;
	padding: 10px;
	margin: 5px;
	width: 80px;
}
#capchar-text {
	float: left;
	padding: 10px;
	font-size: 12px;
	width: 150px;
}

#content .s p, #content .w p {
	display: inline;
	line-height: 12px;
	padding: 0;
	margin: 0;
}
.s p { color: #928B78; background-color: #928B78;}
.w p { color: #EDEBE7; background-color: #EDEBE7; }
