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

.form div.wpcf7 {
	background:url('images/form-bg-bottom.gif') bottom center no-repeat;
}

.post .wpcf7 {
/*width:300px;
float:left;*/
}
.post .wpcf7 table {
width:100%;
}

.post .wpcf7 td {
padding:6px;
}

.post .wpcf7 p {
margin:0 0 10px 0;
}

.post .wpcf7 input, .post .wpcf7 select {
padding:3px;
}

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

.form span.your-name input, .form span.email input, .form span.business-name input, .form span.phone input, .form span.wpcf7-form-control-wrap textarea {
	width:230px;
}

span.wpcf7-form-control-wrap textarea {
	height:4.5em;
}

span.method select {
	width:220px;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 190px;
	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;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}
#apply-button input {
background-image: url("images/apply.gif");
background-repeat: no-repeat;
margin-left: 12px;
padding: 0px;
height: 30px;
width: 213px;
border: 0 none;
cursor: pointer;
}