div.wpcf7 {
	width: 461px;
	overflow: hidden;
	margin: 0;
	padding: 9px 0 0 0;
}

	div.wpcf7 p {
		position: relative;
		width: 100%;
		padding: 0 0 19px 0;
		overflow: hidden;
	}
	
	div.wpcf7 input[type="text"] {
		background: none;
		width: 193px;
		height: 21px;
		margin: 0;
		padding: 6px 13px 6px 13px;
		border: 1px solid #e1e1e1;
		float: left;
		line-height: 1.5em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #acaebc;
	}
	
	div.wpcf7 input[type="submit"] {
		float: right;
		font-weight: normal;
	}
	
	div.wpcf7 textarea {
		background: none;
		width: 429px;
		height: 181px;
		margin: 0;
		padding: 6px 13px 6px 13px;
		border: 1px solid #e1e1e1;
		float: left;
		overflow: auto;
		line-height: 1.5em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #acaebc !important;
	}

div.wpcf7-response-output {
	margin: 10px 0 0 0;
	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-not-valid-tip {
	background: #F33;
	width: 193px;
	height: 17px;
	margin: 0;
	padding: 8px 13px 8px 13px;
	border: 1px solid #ff0000;
	font-size: 11px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

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;
}

div.wpcf7 img.ajax-loader {
	float: right;
	border: none;
	vertical-align: middle;
	margin: 14px 8px 0 0;
}

div.wpcf7 .watermark {
	color: #888;
}