div.wpcf7 {
	margin: 0;
	padding: 10px 15px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	width: 470px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}
div.wpcf7 p {
	margin: .5em 0;
}
div.wpcf7 .last-item {
	clear: both;
}
div.wpcf7 .submit {
	width: 160px;
	text-align: right;
	padding: 1em 0 0;
}
.submit input {
	padding: 0 .3em;
}
div.wpcf7-response-output {
	margin: 1em 0.5em 1em;
	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;
	text-align:center;
	background: lightyellow;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}

span.wpcf7-not-valid-tip {
	color: #99397A;
	position: absolute;
	top: 10%;
	left: 20%;
	z-index: 100;
	background: #F5E9F1;
	border: 1px solid #CB4BA2;
	font-size: 10px;
	width: 280px;
	padding: 2px;
	text-align:center;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #CB4BA2;
	font-size: 10px;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}
div.wpcf7 label {
	display: block;
	font-size: .88em;
	position: relative;
}
span.wpcf7-form-control-wrap {
	margin: -.3em 0 0 1em;
	position: relative;
	z-index: 0;
	top:0;
}
span.labeltext {
	float: left;
	width: 140px;
	display: block;
	text-align: right;
	line-height: 2.2;
}
span.wpcf7-form-control-wrap input,
span.wpcf7-form-control-wrap textarea {
	width:310px;
	padding: 2px 0;
}
span.wpcf7-form-control-wrap textarea {
	width:312px;
}