.wpcf7-form {
	width: 490px;
	margin: 30px 0 0;
}
.wpcf7-form table {
	width: 685px;
}
.wpcf7-form table td {
	vertical-align: top;
}
.wpcf7-form .inputitem {
	width: 255px;
}
.wpcf7-form ol {
	list-style: none;
}
.wpcf7-form li {
	margin: 0 0 20px 0;
}
.wpcf7-form li span {
	color: #F00;
}
.wpcf7-form label {
	width: 190px;
	display: block;
	margin-bottom: 6px;
	font-weight: bold;
}
.wpcf7-form .inputitem input {
	width: 200px;
	padding: 5px;
	background: #FDFDF7;
	border-bottom: 1px solid #000000;
}
.wpcf7-form textarea {
	width: 388px;
	height: 150px;
	padding: 5px;
	background: #FDFDF7;
	border: 1px solid #000000;
}
.wpcf7-form li.buttons {
}
/*.wpcf7-form li.buttons input {
	width: auto;
	padding: 4px 20px;
	background: #FC0;
	font-weight: bold;
}
.wpcf7-form li.buttons input:hover {
	color: #06F;
	background: #FFE930;
}*/

#submit {
	width: 114px;
	height: 24px;
	text-indent: -9999px;
	background: url(images/btnSend.gif) no-repeat;
	border: 0;
}
#submit:hover {
	background: url(images/btnSend_on.gif) no-repeat;
}
#submit:active {
	background: url(images/btnSend_click.gif) no-repeat;
}

div.wpcf7-response-output {
	padding-bottom: 4px;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border-bottom: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	color: #F00;
	border-bottom: 2px solid #F00;
}

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

span.wpcf7-not-valid-tip {
	padding-bottom: 2px;
	border-bottom: 1px solid #ff0000;
}

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

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

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