input, select, textarea, button {
	padding: 5px 10px;
	width: 100%;
}
input[type=radio], input[type=checkbox] {
	padding: 0;
	width: auto;
	position: relative;
	top: 2px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
textarea {
	min-height: 100px;
	resize: none;
}
button {
	cursor: pointer;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	font-size: 125%;
	background: #ec4226;
	width: auto;
	border: 1px solid #8c8c8c;
	width: 310px;
	height: 54px;
}
button.form-submit {
	margin-left: -50px;
}
button + button {
	margin-left: 20px;
}
button:hover {
	background: #694A3E;
}
label {
	display: inline-block;
}
label + label {
	margin-left: 20px;
}
.input1 {
	width: 190px !important;
}
.col_name {
	width: 475px;
	margin-left: 15px;
}
.fc-form .form-row {
	position: static;
}
#mail {
	margin: 0 auto;
	/*	padding: 25px;*/
	font-size: 105%;
	background: #fff;
	/*	width: 95%;*/
	max-width: 1000px;
	border: 10px solid #d2d4c9;
	;
}
#mail hr {
	margin: auto;
	background: #d2d4c9;
	height: 1px;
	border: none;
	position: relative;
}
#mail hr:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 300px;
	background: #fff;
	height: 1px;
	z-index: 1;
	border: none;
}
#mail .row {
	/*	display: table;*/
	width: 100%;
	padding: 10px 0;
	background: #91c118;
	position: relative;
	z-index: 1;
}
#mail .row:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 680px;
	height: 100%;
	background: #fff;
	z-index: -1;
}
#mail .row > .col {
	display: table-cell;
	/*	padding: 15px 0;*/
	width: 50%;
}
#mail .mark-require {
	color: #e10000;
	font-size: 14px;
	line-height: 0;
	font-weight: 500;
}
#mail .caption {
	padding: 3px 10px;
	/*	background: #91c118;*/
	float: left;
	width: 270px;
	color: #fff;
	padding-left: 20px;
}
#mail .input {
	padding: 0px 10px;
}
#mail .submit {
	text-align: center;
}
#mail .btn_action {
	padding: 20px 0 15px 0;
}
/*
 * Custom mailform
 *
 */

#mail [class^=error] {
	left: 20px;
	top: 37px;
}
#mail .form-value + .form-value {
	margin-top: 10px;
}
#mail .form-value > [class^='error'] {
	bottom: -12px;
}
#mail .form-value {
	float: left;
	width: 510px;
	margin-left: 10px;
}
#mail .input > .form-value, #mail .form-parse-date > .form-value {
	display: inline-block;
}
#mail .fc-confirm .confirm-value {
	padding: 5px 10px;
	/*	background: #404040;*/
	color: #000;
	width: 100%;
	border: none;
	outline: none;
}
#mail .fc-confirm .confirm-re {
	display: none;
}
#mail .fc-confirm button {
	background: #ec4226;
}
#mail .fc-confirm button:hover {
	background: #858585;
}
#mail .fc-confirm button[type=submit] {
	background: #ec4226;
}
#mail .fc-confirm button[type=submit]:hover {
	background: #7B96A3;
}
