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

div.wpcf7-response-output {
	background: url(/wp-content/themes/v2/images/message-back.gif) top left no-repeat;
	color: #fff;
	display: none;
	margin: 12px 5px 10px;
	padding: 15px 10px 3px 20px;
}

div.wpcf7-mail-sent-ok {
	background: url(/wp-content/themes/v2/images/message-back.gif) top left no-repeat;
	border: none;
}

div.wpcf7-mail-sent-ng {
	background: url(/wp-content/themes/v2/images/message-back.gif) top left no-repeat;
	border: none;
}

div.wpcf7-spam-blocked {
	background: url(/wp-content/themes/v2/images/message-back.gif) top left no-repeat;
	border: none;;
}

div.wpcf7-validation-errors {
	background: url(/wp-content/themes/v2/images/message-back.gif) top left no-repeat;
	border: none;
}

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

span.wpcf7-not-valid-tip {
	position: absolute;
	top: -4px;
	right: -180px;
	z-index: 100;
	background: url(/wp-content/themes/v2/images/forgot.gif) top left no-repeat;
	color: #fff;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	width: 141px;
	padding: 2px 4px 4px 25px;
}

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

span.wpcf7-list-item {
	margin-left: 0.5em;
}
