.mtef_form input[type=text], .mtef_form input[type=email], .mtef_form input[type=file], .mtef_form textarea, .mtef_form select {
	padding: 6px 1px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	margin-top:0px !important;
}

.mtef_form input[type=radio]{
	margin-bottom:20px;
}

.mtef_form em{
	font-size:10px;
}


.mtef_form_four{
	width:25%;
	float:left;
}
.mtef_form_four input[type=text], .mtef_form_four input[type=email], .mtef_form_four input[type=file], .mtef_form_four textarea, .mtef_form_four select {
	width:96%;
}

.mtef_form_three{
	width:33%;
	float:left;
}
.mtef_form_three input[type=text], .mtef_form_three input[type=email], .mtef_form_three input[type=file], .mtef_form_three textarea, .mtef_form_three select {
	width:97%;
}

.mtef_form_two{
	width:50%;
	float:left;
}
.mtef_form_two input[type=text], .mtef_form_two input[type=email], .mtef_form_two input[type=file], .mtef_form_two textarea, .mtef_form_two select {
	width:98%;
}

.mtef_form_one{
	width:100%;
	float:left;
}
.mtef_form_one input[type=text], .mtef_form_one input[type=email], .mtef_form_one input[type=file], .mtef_form_one textarea, .mtef_form_one select {
	width:100%;
}

.mtef_main {
	width:100%;
	display:table;
	border-top: 1px dashed #343638;
}

.mtef_main input[type=button] {
	cursor: pointer;
}

.mtef_p_normargin {
	margin:0;
}

.mtef_form_title {
	width:100%;
	text-align:center;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}

.mtef_form_lable {
	float: left;
	width: 100%;
	font-size:12px;
}

@media only screen and (max-width: 564px) {
	.mtef_form{
		clear:both;
	}

	.mtef_form_one, .mtef_form_two, .mtef_form_three, .mtef_form_four{
		width:100%;
	}
}
