div.wpcf7 {
	margin: 0;
	padding: 0;
}
div.wpcf7 form{
	height:275px;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	width:300px;
}

div.wpcf7-mail-sent-ok {
	border: 1px solid #398f14;
	width:300px;
}

div.wpcf7-mail-sent-ng {
	border: 1px solid #ff0000;
	width:300px;
}

div.wpcf7-spam-blocked {
	border: 1px solid #ffa500;
	width:300px;
}

div.wpcf7-validation-errors {
	border: 1px solid #f7e700;
	width:300px;
}

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

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 9pt;
	width: 210px;
	padding: 1px;
}

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

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

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

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

div.wpcf7 form {
	width:440px;
}
/*div.wpcf7 form label {
	display:block;
	float:left;
	width:100px;
}
div.wpcf7 form p {
	overflow:visible;
}
div.wpcf7 form input[type="text"], textarea {
	border:1px solid #ccc;
/*	float:left;
	padding:7px;
	width:320px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	
}
div.wpcf7 form input[type="text"]:focus, textarea:focus {
	border:1px solid #888;
}
div.wpcf7 form input[type="submit"] {
/*	padding:7px 14px;
	width:auto;
	float:right;
	margin:0 5px 0 0;
/*	-webkit-border-radius:18px;	
}
*/
div.wpcf7 textarea {
	height:120px;
}
/*-----*/
.info .wide .wpcf7 .left {
	margin:0 10px 10px 0;
	width:210px;
}
.info .wide .wpcf7 .full {
	margin:0 10px 10px 0;
	overflow:visible;
	width:430px;
}
.info .wide .wpcf7 .left span input {
	color:#777;
	width:204px;
}
.info .wide .wpcf7 .full span textarea {
	color:#777;
	height:120px;
	width:424px;
}
.info .wide .wpcf7 .full input[type="image"] {
	float:right;
	text-align:right;
}

.info .wide .wpcf7 .left span input, .info .wide .wpcf7 .full span textarea {
	font-size:13px;
	border:1px solid #ccc;
	padding:5px 3px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.info .wide .wpcf7 .left span input:focus, .info .wide .wpcf7 .full span textarea:focus {
	border:1px solid #888;
}
