div.wpcf7 {
	margin: 0;
	padding: 0;
	}
div.wpcf7-response-output {
	margin: -15px 0 0 0;
	padding: 0 12px 0 0;
	}
div.wpcf7-mail-sent-ok {
	border: none;
	}
div.wpcf7-mail-sent-ng {
	border: none;
	}
div.wpcf7-spam-blocked {
	border: none;
	}
div.wpcf7-validation-errors {
	border: none;
	}
span.wpcf7-form-control-wrap {
	position: relative;
	}
span.wpcf7-not-valid-tip {
	position: absolute;
	display: block;
	top: 10px;
	right: 17px;
	left: auto;
	z-index: 9999;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: red;
	color: white;
	font-weight: bold;
	}
div.contact_form span.wpcf7-not-valid-tip {
	top: 10px;
	right: 10px;
	}
div.contact_form span.your-name span.wpcf7-not-valid-tip {
	top: 10px;
	left: -130px;
	}
.use-floating-validation-tip span.wpcf7-not-valid-tip { 
	position: absolute;
	top: auto;
	left: auto;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
	}
span.wpcf7-list-item {
	margin-left: 0.5em;
	}
.wpcf7-display-none {
	display: none;
	}
div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-top: 5px;
	margin-left: 0px;
	}
div.wpcf7 div.ajax-error {
	display: none;
	}
div.wpcf7 .placeheld {
	color: #888;
	}
.wpcf7-validation-errors, .wpcf7-mail-sent-ok  {
	color: #fff;
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin: 0;
	text-align: left;
	background: url(../img/icon_form.png) right bottom no-repeat transparent;
	}
.wpcf7-mail-sent-ok {
	color: #13B864;
	background: url(../img/icon_form.png) right top no-repeat transparent;
	}
	
	
div.contact_form .ajax-loader {
	position: absolute;
	left: 0px;
	bottom: -35px;
	}
div.contact_form .wpcf7-validation-errors, div.contact_form .wpcf7-mail-sent-ok {
	color: red;
	position: absolute;
	bottom: -40px;
	left: 0px;
	width: 98%
	}
div.contact_form .wpcf7-mail-sent-ok {
	color: #5aab35;
	}
