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: #99cf17;
	font-style: italic;
	font-weight: bold;
	background-image: url("/images/success.gif");
	background-repeat: no-repeat;
	background-position: 0 center;
	margin-left: 200px;
	padding-left: 35px;
	height: 30px;
	border-style: none }

div.wpcf7-mail-sent-ng  {
	color: #de007d;
	font-style: italic;
	font-weight: bold;
	background-image: url("/images/error.gif");
	background-repeat: no-repeat;
	background-position: 0 center;
	margin-left: 200px;
	padding-left: 25px;
	height: 30px;
	border-style: none }

div.wpcf7-spam-blocked {
	color: #de007d;
	font-style: italic;
	font-weight: bold;
	background-image: url("/images/error.gif");
	background-repeat: no-repeat;
	background-position: 0 center;
	margin-left: 200px;
	padding-left: 25px;
	height: 30px;
	border-style: none }

div.wpcf7-validation-errors  {
	color: #de007d;
	font-style: italic;
	font-weight: bold;
	background-image: url("/images/error.gif");
	background-repeat: no-repeat;
	background-position: 0 center;
	margin-left: 200px;
	padding-left: 25px;
	height: 30px;
	border-style: none }

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

span.wpcf7-not-valid-tip  {
	color: #de007d;
	font-size: 12.5px;
	font-style: italic;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	padding: 2px;
	position: absolute;
	z-index: 100;
	top: -3px;
	left: 14px;
	width: 280px }

span.wpcf7-not-valid-tip-no-ajax  {
	color: #de007d;
	font-size: 12.5px;
	font-style: italic;
	display: block }

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