.submit-btn {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ab031', endColorstr='#2b8300');
	background: -webkit-gradient(linear, left top, left bottom, from(#6ab031), to(#2b8300));
	background: -moz-linear-gradient(top,  #6ab031,  #2b8300);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	color: white;
	padding: 3px 10px;
	height: 18px;
	text-decoration:none;
	float: right;
	margin-right: 175px;
	cursor: pointer;
}

.submit-btn:hover {
	background-position: center bottom;
	text-decoration: none;
	color: #121212
}

form#formElem {}

body#contactpage h2 {padding:0 0 0 100px; margin: 30px 0 20px 0}

input, textarea {border:  1px solid #444444; width: 200px; padding: 2px; margin: 0 0 1em 0}
input:hover, input:focus, textarea:hover {border:  1px solid #8e2c1f}

input.error {border: 1px solid red; background: #f4a2a1; color: #333333}
input.valid {border: 1px solid green; background: #84dd3f; color: #333333}

#recaptcha_response_field {
	font-family: 'Droid Sans', inherit;
	font-size: 12px !important;
	color: #333333;
}
#recaptcha_response_field.valid {background: white}

h2#headline-spamprotection {
	float: left;
	margin-right: 15px;
}

#captcha {
	float: right;
	margin: 10px 120px 0 0;
}

#contact-name, #contact-email {margin: 0 0 10px 0}

#contact-name input, #contact-email input, #cont-msg textarea {
	float:right;
	margin-right: 175px;
}

.nichtanzeigen {
	display: none;
}

 #cont-msg textarea {
 	width: 300px;
 	height: 110px;
}
 
 #submitform {
	display: block;
	margin: 20px 0;
}

#submitform a#datenschutzhinweis {margin-left: 400px}

#sysmsg {
	color: red;
	float:  left;
	margin: 15px 0 0 290px;
	padding: 10px 20px 5px;
	text-align: center;
	width: 300px;
}

#anschrift {margin: 20px 0 0 0}
#datenschutzhinweis h1 {text-align: left; margin-left:95px}

#sentok {
	color: #6ab031;
}