@charset "UTF-8";
.sub_title {
	margin-bottom: 50x;
}
.required{
	margin:0 0 0 4px;
	color:#CA2621;
}
.form_in{
	line-height:2;
	padding: 15px 20px;
	overflow: hidden;
	zoom: 1;
	clear: both;
}
.form_in h3{
	width: 180px;
	float: left;
}
.form_det input[type="text"]{
	height:18px;
	border:1px solid #cccccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.form_det textarea{
	border:1px solid #cccccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.form_det{
	float: right;
	width: 680px;
}
.bg_even{
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
}
.bg_odd{
	background:#f6f6f6;
}
.form_btn{
cursor:pointer;
font-size: 14px;
font-weight: bold;
color: white;
padding: 14px 20px;
border:none;
background: #CA2621;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
.form_in h3 {
	font-size: 13px;
}
.required {
	font-size: 12px;
}
.form_btn_r{
cursor:pointer;
font-size: 14px;
font-weight: bold;
color: white;
padding: 14px 20px;
border:none;
background: #CCC;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
#form_privacy{
	margin:15px 0 0 0;
	font-size:11px;
	color:#999;
}
.input_error{
	color:#93BF1F;
}
textarea {
	width: 500px;
	height: 150px;
}
#return_txt {
	position: relative;
	top: -25px;
	margin-right: 10px;
}
#inquiry_message {
	line-height:1.4em;
	background-color:#F9F9F9;
	color:#484848;
	padding:10px;
	border:1px solid #484848;
	margin-top: 30px;
}
#return {
	position: relative;
	top: -20px;
	right: 30px;
}