div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	color: #7fb6aa;
	background: #f0fee9;
	border: 1px solid #e1efdb;
	height: 20px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.wpcf7-mail-sent-ng {
	color: #971b1b;
	background: #ffcfcf;
	border: 1px solid #e5a3a3;
	height: 20px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.wpcf7-spam-blocked {
	color: #971b1b;
	background: #ffcfcf;
	border: 1px solid #e5a3a3;
	height: 20px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.wpcf7-validation-errors {
	color: #971b1b;
	background: #ffcfcf;
	border: 1px solid #e5a3a3;
	height: 20px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #971b1b;
	position: absolute;
	top: -15px;
	left: 105%;
	z-index: 100;
	background: #ffcfcf;
	border: 1px solid #e5a3a3;
	font-size: 13px;
	line-height: 15px;
	width: 200px;
	height: 20px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

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;
}
