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

div.wpcf7-response-output {
	width:24px;
	text-indent:-9999px;
}

/*div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}*/

div.wpcf7-mail-sent-ng {
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
}

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

span.wpcf7-not-valid-tip {
	position: absolute;
	left: 80%;
	z-index: 100;
	background: transparent url('/img/ico_alert-trans.png') 0 0 no-repeat;
	width: 155px;
	height:63px;
	margin:-20px;
	text-indent:-9999px;
	bottom:6px;
}

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

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

.wpcf7-response-output{
	position: absolute;
	z-index:99;
	}
	
span.ajax-loader{
	width:24px;
	height:24px;
	position:relative;
	top:-28px;
	left:105px;
	}

div.wpcf7-mail-sent-ok{
	width:24px;
	height:24px;
	background:transparent url('/img/ico-okay.gif') 0 0 no-repeat;
	text-indent:-9999px;
	top:18px;
	left:10px;
	position:relative;
	float:left;
	}
