.formwrap_txt,
.formwrap_txt1,
.formwrap_txt2,
.formwrap_tel,
.formwrap_textarea,
.formwrap_select,
.formwrap_radio
 {
	display: block;
	margin:auto;
	padding: 1.2rem 0;
	width: 100%;
	border-bottom: 1px solid #dfe3ee;
	font-size: 1.3em;
	}

.formwrap_txt input,
.formwrap_txt1 input,
.formwrap_txt2 input,
.formwrap_tel input,
.formwrap_textarea textarea {
margin: 5px 0;
padding: 5px;
background: #fff;
line-height: 1.4;
/**color: #1bb0ce;**/
outline: none;
transition: all 0.2s ease-in-out 0s;
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
border-top:  none;
border-right: none;
border-left: none;
border: 2px solid #dfe3ee;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}

.formwrap_txt input:focus,
.formwrap_txt1 input:focus,
.formwrap_txt2 input:focus,
.formwrap_tel input:focus,
.formwrap_textarea textarea:focus {
background:#fff;
color: #858585;
border: 2px solid #858585;
}

.formwrap_txt input {width: 300px;}
.formwrap_txt1 input {width: 600px;}
.formwrap_txt2 input {width:480px;}
.formwrap_textarea textarea  {width: 100%;}

.formwrap_select span input {margin-right: 5px;}
.formwrap_select span+span {margin-left: 15px;}


.mw_wp_form .error {
	background: #FF97B6;
	color: #fff;
	padding: 3px;
}


.wpcf7-date {
	width: 100px;
	margin: 0 0 0 5px;
	}

.formwrap .age .wpcf7-text {width: 50px;}
.formwrap .comment .wpcf7-textarea ,.formwrap .wpcf7-text {width: 100%;}

.submit {
	width: 100%;
	text-align: center;
	margin: 10px auto 30px;
}

.submit input {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	background: #3c465f;
	color: #fff;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
	 font-size: 180%;
	 padding: 8px 80px;
	 -webkit-transition:all 400ms;
	-moz-transition:all 400ms;
	-ms-transition:all 400ms;
	-o-transition:all 400ms;
	transition:all 400ms;
	behavior: url("/wp-content/themes/apc/PIE.htc");
}

.submit input:hover {
background: #ffea5e;
color: #3c2624;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

h3.label {
	border-bottom: 2px solid #2c5fa6;
	color: #2c5fa6;
	padding: 5px;
	margin: 15px 0;
	font-size: 150%;
	font-weight: lighter;
}

p.label_form {
	font-size: 1.2em;
/**	font-weight: bold; **/
  padding-bottom: 0.3rem;
	margin-left: 0.3rem;
	}

.label_5 {
	font-size: 1.2em;
	text-indent: -1.5em;
	padding-top: 10px;
}

.label_5 ul li {
	font-size: 1.2em;
}

.return {
	margin-top: 30px;
}

.return h2 {
	font-size: 2em;
	font-weight: normal;
}

.return hr {
	width: 160px;
	margin: 10px 0 20px 0px;
	border: none;
	border-top: 1px solid #1bb0ce;
}
