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

div.wpcf7-response-output {
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	left:0px;
	width:680px;
	height:1350px;
	background:transparent url(images/semitransparent.png) repeat;
}

div.wpcf7-response-output .message {
	width:280px;
	position:absolute;
	top:290px;
	left:190px;
	background:#fff;
	padding:10px;
	text-align:center;
	color:#555;
	font-size:1.1em;
	font-weight:bold;
}

div.wpcf7-response-output .message_instructions {
	text-align:right;
	font-size:0.8em;
	font-weight:normal;
	position:relative;
	right:-3px;
	bottom:-3px;
}

div.wpcf7-response-output .message_instructions a.message_close {
	color:red;
}

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

div.wpcf7-mail-sent-ng .message {
	border: 2px solid #ff0000;
}

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

div.wpcf7-validation-errors .message {
	border: 2px solid #f7e700;
}

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

span.wpcf7-not-valid-tip {
	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 {
	color: #f00;
	font-size: 10pt;
	display: block;
}

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

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}