
div.form-info {
 border:1px solid #2f63a7;
 padding:16px;
 margin-bottom:15px;
 background:#fff;
 -moz-border-radius:8px;
 -khtml-border-radius:5px;
 -webkit-border-radius:5px; 
 border-radius: 5px;
 padding-left:24px;

}
div.form-info-head {
	font-weight: bold;
	font-size:12px;
}


div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
 border:1px solid #398f14;
 padding:16px;
 margin-bottom:15px;
 background:#fff;
 -moz-border-radius:8px;
 -khtml-border-radius:5px;
 -webkit-border-radius:5px; 
 border-radius: 5px;
 padding-left:24px;
}

div.wpcf7-mail-sent-ng {
 border:1px solid #ff0000;
 padding:16px;
 margin-bottom:15px;
 background:#fff;
 -moz-border-radius:8px;
 -khtml-border-radius:5px;
 -webkit-border-radius:5px; 
 border-radius: 5px;
 padding-left:24px;

}

div.wpcf7-spam-blocked {
 border:1px solid #ffa500;
 padding:16px;
 margin-bottom:15px;
 background:#fff;
 -moz-border-radius:8px;
 -khtml-border-radius:5px;
 -webkit-border-radius:5px; 
 border-radius: 5px;
 padding-left:24px;

}

div.wpcf7-validation-errors {
 border:1px solid #ff0000;
 padding:16px;
 margin-bottom:15px;
 background:#fff;
 -moz-border-radius:8px;
 -khtml-border-radius:5px;
 -webkit-border-radius:5px; 
 border-radius: 5px;
 padding-left:24px;
 background:#ffffff url(warning_16.png) no-repeat left top;

}

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;
}

.wpcf7 input[type="text"] {width:65%;}
.wpcf7 textarea {width:98%;}

.wpcf7 input[type="text"], .wpcf7 textarea {
 	margin: 2px 0 5px 0;
 	border-top: 1px solid #999;
 	border-left: 1px solid #999;
 	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
 	-moz-border-radius:5px;
 	-khtml-border-radius:5px;
 	-webkit-border-radius:5px; 
 	border-radius: 5px;
 	font-size: 16px;
 	color:#000;
	padding:5px 0 5px 5px;
}

.wpcf7 select {
 	margin: 2px 0 5px 0;
 	border-top: 1px solid #999;
 	border-left: 1px solid #999;
 	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
 	-moz-border-radius:5px;
 	-khtml-border-radius:5px;
 	-webkit-border-radius:5px; 
 	border-radius: 5px;
 	font-size: 16px;
 	color:#000;
	padding:5px 0 5px 5px;
}


.wpcf7 input[type="submit"] {
 	font-size: 13px;
	text-transform:uppercase;
	text-shadow:1px 1px 2px #333; 
 	color:#fff;
 	-moz-border-radius:5px;
	-khtml-border-radius:5px;
 	-webkit-border-radius:5px;
	border-radius:5px;
 	-moz-box-shadow: 0 30px 30px -15px #3473B8 inset;
 	-webkit-box-shadow: 0 30px 30px -15px #3473B8 inset;
 	box-shadow: 0 30px 30px -15px #3473B8 inset;
	background:#244588;
	padding:0 20px;
	height:35px;
	border-top:1px solid #5D97D6;
	border-left:1px solid #3D6DAD;
	border-bottom:1px solid #274C92;
	border-right:1px solid #3D6DAD;
	cursor:pointer;
	margin:0;
}
.wpcf7 input[type="submit"]:hover {
 background:#3473B8;
 -moz-box-shadow: 0 30px 30px -15px #274C92 inset;
 -webkit-box-shadow: 0 30px 30px -15px #274C92 inset;
 box-shadow: 0 30px 30px -15px #274C92 inset;
}
.wpcf7 input[type="submit"]:active {
 background:#274C92;
}

