#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.mailform {
	width: 680px;
	margin: 0 auto 40px;
	overflow: hidden;
}

#mailform th {
	background: #e9f1f1;
	padding: 15px 20px;
	width: 230px;
	min-width: 230px;
	box-sizing: border-box;
	border-top: 4px solid #ffffff;
	text-align: left;
	color: #402d2d;
	font-size: 108%;
	vertical-align: top;
}

#mailform th span {
	display: block;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color: #a0b5b5;
	font-size: 85%;
	margin-top: 3px;
	letter-spacing: 1px;
}

#mailform th .mast {
	color: #ae4949;
	border: 1px solid #ae4949;
	padding: 1px 4px;
	font-size: 64.2%;
	margin-left: 8px;
}

#mailform td {
	padding: 15px 0 15px 13px;
	position: relative;
	border: none;
	overflow: hidden;
	max-width: 444px;
	background-color: #fff!important;
}
#mailform td:after {
	display: inline-block;
	width: 444px;
	height: 1px;
	content: "";
	border-bottom: 1px solid #d9d4d4;
	position: absolute;
	bottom: 2px;
	left: 4px;
	overflow: hidden;
}
#mailform tr:last-child td:after {
	bottom: 0;
}

#mailform input,
#mailform textarea,
#mailform select {
	background: #fafafa;
	border: 1px solid #d9d4d4;
	padding: 6px 5px;
	box-sizing: border-box;
	border-radius: 0;
	font-size: 92.3%;
	color: #402d2d;
}

#mailform .input100 { width: 100%;}
#mailform .input80 { width: 83%;}
#mailform .input50 { width: 54%;}
#mailform .input40 { width: 38%;}

#mailform select {
	background: #fafafa url(../img/contact/icon_select_down.gif) no-repeat 91% center;
	padding: 7px 15px;
	min-width: 138px;
	color: #8c8383;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#mailform select::-ms-expand {
	display: none;
}

#mailform td a {
	padding-bottom: 4px;
	margin-left: 15px;
	font-size: 92.3%;
}
#mailform td a:hover {
	color: #e9b328;
}
#mailform td ol {
	padding: 0;
}
#mailform td ol li {
	list-style: none;
	margin-bottom: 5px;
}
#mailform td ol li span {
	font-size: 108%;
	color: #402d2d;
	margin-right: 5px;
}
#mailform input#send_confirm {
	margin: 0px 5px -2px -20px;
	padding: 2px;
}
#mailform #send_confirm_label {
	font-size: 108%;
	/*border-bottom: 1px solid #402d2d;*/
	padding-bottom: 2px;
}

/*#mfp_buttons {
	text-align: center;
}*/
#mfp_buttons ul{
	width: 480px;
	margin:  0 auto;
}
#mfp_buttons ul li {
	display: inline-block;
}
#mfp_buttons ul li input {
	min-width: 230px !important;
	max-width: 230px !important;
	font-size: 116%;
	margin:0;
}

#mfp_buttons ul li :first-child {
	margin-right: 10px;
}

#mfp_buttons #button_mfp_reset {
	background: #ffffff url(../img/contact/icon_form_reset.gif) no-repeat 15px center !important;
	border: 1px solid #402d2d;
	padding: 13px 30px 13px 40px;
}

#mfp_buttons #button_mfp_goconfirm {
	background: #e9b328 url(../img/common/icon_arrow01.png) no-repeat 95% center !important;
	border: 1px solid #e9b328;
	color: #ffffff;
	padding: 13px 30px;
}
label.label_true{
	background-color: #fff !important;
	border: none !important;
}

#confirmBody{}
#confirmBody h2{
    display: none !important;
}
#confirmBody ul{}
#confirmBody ul li{
}
.mfp_color{
	background-color:  #fff !important;
}

.text-area-c {
	width: 680px;
	margin: 0 auto 30px;
}