/* @override http://www.johnmaitz.net/wp-content/plugins/contact-form-7/stylesheet.css */

/* @override http://www.johnmaitz.net/wp-content/plugins/contact-form-7/stylesheet.css */

div.wpcf7 {
	background-color: #e0e0e0;
	width: 623px;
	padding: 10px;
	font: 18px/28px Helvetica, sans-serif;
	position: relative;
	margin: 26px auto;
}

div.wpcf7-response-output {
	position: absolute;
	background: #ff2700;
	width: 623px;
	text-align: center;
	top: 13px;
	right: 11px;
	height: 29px;
}

input.wpcf7-validates-as-required, #wpcf7-f1-p25-o1 form.wpcf7-form p span.wpcf7-form-control-wrap.captcha-917 input {
	border: 0;
	width: 489px;
	height: 34px;
	outline: none;
	font: 18px "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #8e8e8e;
}

#wpcf7-f1-p25-o1 form.wpcf7-form p span.wpcf7-form-control-wrap.your-message textarea {
	width: 489px;
	height: 90px;
	border: 0;
	outline: none;
	font: 18px "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #8e8e8e;
}

img.wpcf7-captcha-captcha-917 {
	margin-bottom: 10px;
	width: 105px;
	height: 34px;
}

#wpcf7-f1-p25-o1 form.wpcf7-form p.submit input {
	background-color: #808080;
	height: 34px;
	font: 18px "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #fff;
	width: 161px;
	border: 0px;
}

#wpcf7-f1-p25-o1 form.wpcf7-form p.submit input:hover {
	background-color: #6e6e6e;
	cursor: pointer;
}

div.wpcf7-mail-sent-ok {
	color: #fff;
	background-color: #00b703;
}

div.wpcf7-mail-sent-ng {
	color: #fff;
	background-color: #00b703;
}

div.wpcf7-spam-blocked {
	color: #fff;
	background-color: #ff2800;
}

div.wpcf7-validation-errors {
	color: #fff;
	background-color: #ff2800;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	left: 206px;
	z-index: 100;
	color: #ff2700;
	font-size: 18px;
	width: 280px;
	padding: 2px;
	bottom: 25px;
	text-align: right;
}

form.wpcf7-form {
	padding-bottom: 10px;
	padding-left: 10px;
	width: 566px;
	margin-left: auto;
	margin-right: auto;
	margin: 41px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}