.mailformplus_formular {
	width: 100%;
}

.error {
	color:#f00;
	text-align: left;
	font-weight: normal;
	margin: 0;
}

.fieldset_error {
	border: 1px solid #f00 !important;
}

.mailformplus_formular .error {
	text-align: left;
	clear: both;
	font-weight: bold;
}
.mailformplus_formular fieldset {
	border: 1px solid #ddd;
	margin: 0 0 0 0;
	padding: 2px;
	background: #eee;
}

.mailformplus_formular input,
.mailformplus_formular textarea {
	width: 100%;
	margin: 0 0 0 0;
	float: left;
	clear: both;
}

.mailformplus_formular label {
	width: 110px;
	margin: 15px 0 0 0;
	float: left;
	clear: both;
	text-align: left;
}

.mailformplus_formular .eingerueckt {
	width: 400px;
	margin: 0 0 0 20px;
}

.mailformplus_formular .eingerueckt label {
	width: 375px !important;
}

.honeypot {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	display: block;
	clear: both;
	display: none;	
	
	border: 1px solid #f00;
}

.hinweis_pflichtfelder {
	width: 100%;
	display: block;
	float: left;
	clear: both;
	margin: 15px 0 0 0;
	text-align: center;
}

.btn_absenden {
	width: 120px !important;
	margin: 10px 0 0 0 !important;
}




