div.wpcf7 {

	margin: 0;

	padding: 0;

}



div.wpcf7-response-output {

	margin: 2em 0.5em 1em;

	padding: 0.2em 1em;

}



div.wpcf7-mail-sent-ok {
	width: 200px;
	border: 1px solid #c4e1ea;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
}



div.wpcf7-mail-sent-ng {

	border: 2px solid #ff0000;

}



div.wpcf7-spam-blocked {

	border: 2px solid #ffa500;

}



div.wpcf7-validation-errors {

	width: 200px;
	border: 2px solid #ff0000;
	margin-top: 10px;
}



span.wpcf7-form-control-wrap {

	position: relative;

}



span.wpcf7-not-valid-tip {
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 100;
	background: #c4e1ea;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 250px;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;	
	

}



span.wpcf7-not-valid-tip-no-ajax {

	color: #f00;

	font-size: 10pt;

	display: block;

}



span.wpcf7-list-item {

	margin-left: 0.5em;

}

