.form label, .form .label{ 
	display: block; clear: both; float: left; width: 100%;
	margin: 0 0 15px 0; position: relative;
}
.form label:after, .form .label:after{ content: ''; display: block; clear: both; }
.form img{ float: left; }
.form span{ display: block; }
.form .txt{ padding: 3px 0; float: left; width: 120px; color: #2c2226; font-weight: bold; text-align: left; }
.form .required{ color: #116736; }
.form .input, .form .textarea, .form .select{ width: calc( 100% - 140px ); float: right; }
.form input, .form textarea, .form select{ 
	display: block; background: none; border: 0px solid; width: 100%; 
	font: normal 14px Tahoma, Geneva, sans-serif;
	color: #000; border: 1px solid #9f9f9f;
}
.form input, .form select{ height: 28px; }
.form textarea{ height: 100px; }
.form .code .txt{ width: 140px; }
.form .code .input{ width: 60px; float: left; }
.form .required{ color: #9f1f63; }
.form .button{ float: right; }

.form .button input{
	font: normal 14px Tahoma, Geneva, sans-serif; font-weight: bold; border: 0px solid;
	color: #fff; text-transform: uppercase; padding: 0 15px;
	background: #9f1f63; cursor: pointer; height: 30px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none; 
}
.form .button input.btn-green{ background: #009318; }
.form label.error{
	position: absolute; bottom: -15px; left: 140px;
	padding: 0 5px; width: auto;
	font-size: 13px; line-height: 15px; margin: 0;
	background: #9f1f63; color: #fff;
}
.message-error {
	display: block; padding: 10px 0; clear: both;
	margin-bottom: 20px; color: #fff; background: #9f1f63; text-align: center; 
}
.message-success {
	display: block; padding: 10px 0;  clear: both;
	margin-bottom: 20px; color: #fff; background: #00712d; 
	text-align: center;
}
.f_txt{ font-size: 1.5em; margin-bottom: 20px; display: block; }