.wpcf7-form input, .wpcf7-form textarea {
	background-color:#F3F3F3;
	border:2px solid #EBEBEB;
	color:#A1A1A1;
	display:block;
	font-size:16px;
	font-style:italic;
	font-weight:normal;
	margin-top:7px;
	padding:2px 4px;
	width:300px;
}

.wpcf7-form textarea {height: 200px}

.wpcf7-form input.bt-send {
	background:transparent url(/wp-content/themes/hub/images/searchform/button-submit.gif) no-repeat top left;
	border:0;
	display:block;
	font-size:0;
	height:22px;
	line-height:0;
	margin-top:5px;
	overflow:hidden;
	text-indent:-9999px;
	width:36px;
}

.wpcf7-form input.noshow {
background: transparent;
border: 0
}

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

div.wpcf7-mail-sent-ok {
	color: #009A00;
	font-weight: bold;
}

div.wpcf7-mail-sent-ng {
	color: #F00;
	font-weight: bold;
}

div.wpcf7-spam-blocked {
	color: #ffa500;
	font-weight: bold;
}

div.wpcf7-validation-errors {
	color: #f68205;
	font-weight: bold;
}

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

span.wpcf7-not-valid-tip {
	font-size: 10px;
	color: #F00;
	font-weight: bold
}

span.wpcf7-not-valid-tip-no-ajax {
	font-size: 10px;
	color: #F00;
	font-weight: bold;
	display: block;
}

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