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

.wpcf7-form p {
padding:0;
margin:0;
}
.wpcf7-form textarea {
height:75px;
}

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

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	position: absolute;
	top: 480px;
	left: 800px;
	z-index: 100;
	width:370px;
}

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;
	position: absolute;
	top: 480px;
	left: 800px;
	z-index: 100;
	width:370px;
}

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

span.wpcf7-not-valid-tip {
	position: absolute;
	top: -3px;
	left: 0;
	z-index: 100;
	background: #fff;
	font-size: 9pt;
	color:#900;

	
}

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 {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 .watermark {
	color: #888;
}

