div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: none;
	position : absolute;
	top : 40px;
	left : 5px;
	width : 450px;
	height : 240px;
	background : white;
	font : .95em arial,helvetica,sans-serif;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
	position : absolute;
	bottom : 13px;
	left : 0;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: none;
	text-indent : -99999em;
	position : absolute;
	bottom : 13px;
	left : 0;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: -6px;
	left: 0;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 201px;
	padding: 3px 4px;
}

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;
}
