div.wpcf7 {

	margin: 0;
	padding: 10px 0px 0px 0px;
	border-top: 1px dotted #007698;

}

.wpcf7 p{
	margin: 0px 0px 5px 0px;
}

span.your-name input{
	width: 147px;
	height: 20px;
}

span.your-lastname input{
	width: 147px;
	height: 20px;
}

span.address input{
	width: 332px;
	height: 20px;
}

span.city input{
	width: 108px;
	height: 20px;
}

span.state input{
	width: 42px;
	height: 20px;
}

span.zipcode input{
	width: 143px;
	height: 20px;
}

span.phone input{
	width: 147px;
	height: 20px;
}

span.your-email input{
	width: 147px;
	height: 20px;
}

span.age input{
	width: 42px;
	height: 20px;
}



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;

}



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 {
display: block;
clear: both;
}

span.wpcf7-list-item input{
margin-bottom: 0.5em;
clear: both;

}



.wpcf7-display-none {

	display: none;

}



img.ajax-loader {

	border: none;

	vertical-align: middle;

}