/* KONTAKTFORMULAR */
.formbody{
	margin-top:20px;	
}
input, textarea, select{
	border:1px solid #b0b0b0;
	padding:4px;
	margin:0 3px 3px 3px;
	background-color:#f9f9f9;
	width:300px;
	font-size:10px;
	color:#5E4F44;
}
input.submit{
	width:150px;
	margin-left:85px;
	color:#fff;
	background-color:#007CD6;
}
#weiterempfehlung input.submit{
	margin-left:210px;
}
input:focus{
	background-color:#fff;
}
select{
	width:259px;
}
.widget{
	clear:both;	
	margin-bottom:5px;
}
textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
}
input.text.mandatory.error{
	border:1px solid #b0b0b0;
	background-color:#FFD5D5;
}
.divider{
	width: 350px;
	height: 1px;
	margin:5px 50px 5px 100px;
	border:none;
	background-color:transparent;
}
label{
	float: left;
	display: block;
	width: 180px;
	text-align: right;
	padding-right: 15px;
}
span.mandatory{
	visibility:hidden;
}
span.captcha_text{
	visibility:visible;
	margin-left:0;
}
label.mandatory{
	font-weight:bold;
}
p.error{
	display:none;	
}