#contactForm {
	
}
#contactWrap h2 {
  font-family: 'Play', sans-serif; 
  font-size:36px; 
  color: #f12046;
}
#contactForm fieldset {
	border: none;
	padding: 30px;
	margin: 0 0 30px 0;
	background-color: #f5f5f5;
	font-size: 0;
}
#contactForm div.clearFix {
	
}
#contactForm label {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 100%;
	font-size: 16px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#contactForm input,
#contactForm textarea,
#contactForm select {
	width: 70%;
	display: block;
	padding: 15px 10px;
	border: 1px solid #E0E0E0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#contactForm textarea {
	width: 100% !important;
}
#contactForm select {
	padding: 10px;
}
#contactForm label input[type=file] {
	
}
#contactForm label input[type=radio],
#contactForm label input[type=checkbox] {
	width: auto;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	padding: 0;
	margin-top: 0;
	border: 0;
}
#contactForm input,
#contactForm select,
#contactForm textarea {
	margin-top: 5px;
}
#contactForm span.required {
	font-weight:bold;
	color:#c00;
	padding:0 0 0 3px;
}
#contactForm label .error {
	display:none;
	color:#c60;
	font-weight:bold;
}
#contactForm label .errorField {
	border:1px solid #dd0712;
	background-color:#E8E7EC;
}
#submit_btn,
.formButton {
	border: 0;
	width: 100%;
	background: #dd042b;
	color: #FFF;
	padding: 20px 0px;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
    cursor: pointer;
    margin: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

#submit_btn:hover,
.formButton:hover {
	background: #303030;
}

@media screen and (max-width: 1030px) {
	#submit_btn,
	.formButton {
		background: #dd042b; /* Old browsers */
		background: -moz-linear-gradient(top,  #dd042b 0%, #dd042c 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd042b), color-stop(100%,#dd042c)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #dd042b 0%,#dd042c 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #dd042b 0%,#dd042c 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #dd042b 0%,#dd042c 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #dd042b 0%,#dd042c 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd042b', endColorstr='#dd042c',GradientType=0 ); /* IE6-9 */
	}

	#submit_btn:hover,
	.formButton:hover {
		background: #303030; /* Old browsers */
		background: -moz-linear-gradient(top,  #303030 0%, #303031 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303030), color-stop(100%,#303031)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #303030 0%,#303031 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #303030 0%,#303031 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #303030 0%,#303031 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #303030 0%,#303031 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#303031',GradientType=0 ); /* IE6-9 */
	}
}

#captcha + #submit_btn {
	margin-top: 30px;
}

/* ----	CAPTCHA	--------------------------------------------*/

#contactForm #captcha {
	display: block;
    padding: 30px 30px 5px;
    outline: 0;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0;
    background-color: #F5F5F5;
}
#contactForm #captcha h4 {
	margin-bottom: 15px;
}
#contactForm #captcha p {
	padding: 0;
}
#contactForm #captcha input {
	padding: 10px !important;
	width: auto !important;
	min-width: 80px;
	margin-top: 10px;
	border: 1px solid #E0E0E0;
	outline: 0;
}




/* ----	FEEDBACK	--------------------------------------------*/

#formFeedback {
	display:none;
}
div.formErrorsWrap {
	padding:1px;
	border:1px solid #ccc;
	background-color:#fff;
	margin:10px 0 10px 0;
}
div.formErrors {
	padding:10px 10px 10px 36px;
	background-image:url(../grafik/form_errors.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color:#ffe9e9;
}
div.formErrors h2 {
	font-size:1.3em;
	margin:0;
}
div.formErrors ul {
	font-size:1.1em;
	margin:0 0 0 15px;
	padding:0;
}

div.formSuccessWrap {
	padding:1px;
	border:1px solid #ccc;
	background-color:#fff;
	margin:10px 0 10px 0;
}
div.formSuccess {
	padding:10px 10px 10px 36px;
	background-image:url(../grafik/form_success.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color:#d9f2cd;
}
div.formSuccess h2 {
	font-size:1.3em;
	color:#033;
	margin:0;
}
