div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	clear:both;
	float:left;
	color:#FFFFFF;
	background-color:#6e835c;
	padding:10px;
	border:none;
	margin-bottom:25px;
}

div.wpcf7-validation-errors {
	float:left;
	clear:both;
	margin-top:20px;
	color:#FFFFFF;
	background-color:#da8830;
	border:none;
	padding:20px;
}


span.wpcf7-form-control-wrap {
	position: relative;
}
form.wpcf7-form p#contactsend input{
	background:transparent url(images/btn-bkgd.jpg) repeat-x scroll 0 0;
	border:medium none;
	clear:both;
	color:#FFFFFF;
	cursor:pointer;
	float:left;
	height:20px;
	margin-bottom:20px;
	width:50px;
}
form.wpcf7-form p{
	float:left;
	clear:both;
}

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

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

div.wpcf7-display-none {
	display: none;
	float:left;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}
span.wpcf7-form-control-wrap input, textarea{
	border:1px solid #cccccc;
}
span.wpcf7-form-control-wrap input{
	height:22px;
	width:200px;
}