div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	position:absolute;
	bottom:-25px;
	left:4px;
	padding:17px 0 0 38px;
	width:235px;
	height:50px;
}

div.wpcf7-mail-sent-ok {
background:url(/images/sprite.png) no-repeat -885px -44px;
}

div.wpcf7-mail-sent-ng {
background:url(/images/sprite.png) no-repeat -885px -209px;
}

div.wpcf7-spam-blocked {
background:url(/images/sprite.png) no-repeat -885px -148px;
}

div.wpcf7-validation-errors {
background:url(/images/sprite.png) no-repeat -885px -113px;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	display:none;
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	display:none;
	color: #ff0;
	font-size: 10pt;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}