div.wpcf7 {
	
	font: 110% Arial, Helvetica, sans-serif;
}

div.wpcf7-response-output {
	
margin: 2em 0.5em 1em;
	padding: 0.2em 1em;}

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

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

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

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

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

fotm.wpcf7 {

	margin-top: 10px;

	font: 110% Arial, Helvetica, sans-serif;

}



div.wpcf7 p {

	padding: 6px 0px;

	margin: 0px;

}



div.wpcf7 label{

	color: #4c3c2d;

	font-size: 87%;

}



div.wpcf7 input{

	width: 200px;

	background: url(images/form_field_bg.gif) no-repeat;

	border: 1px solid #a29161;

	padding: 3px;

	margin-top: 3px;

	color: #775e24;

}



div.wpcf7 textarea{

	width: 99%;

	height: 115px;

	background: url(images/form_field_bg.gif) no-repeat;

	border: 1px solid #a29161;

	padding: 2px;

	margin-top: 3px;

	color: #775e24;

}



div.wpcf7 submit {

	background: url(images/btn_bg.gif) no-repeat bottom;

	font: bold 12px Arial, Helvetica, sans-serif;

	color: #4c3c2d;

	border: none;

	float:right;

	width: 155px;

	height: 50px;

	cursor: pointer;

}



span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

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;
}

