@charset "utf-8";
.box1 h2{
	float: left;
	padding: 2px;
	border: 1px solid #999999;
	margin-left: 4px;
}
.box1 h3 {
	float: left;
	font-size: 14px;
	line-height: 20px;
	padding-left: 20px;
	padding-top: 4px;
	font-weight: normal;
}
.box2 .contactBox {
	background-image: url(../image/fh_contact_orderonline_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 10px;
	border: 1px solid #DFDFDF;
	width: 650px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 6px;
}
.contactBox form {
	width: 400px;
	padding-left: 20px;
}
.contactBox label {
	width: 300px;
	text-align: right;
}
.contactBox p {
	height: 24px;
}
.contactBox form input {
	margin-left: 6px;
	width: 120px;
}
.contactBox form textarea {
	height: 80px;
	width: 380px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.contactBox .innerFormActionP {
	text-align: center;
}
.contactBox .innerFormActionP input{
	width: 80px;
}
.contactBox .innerFormActionP .resetInput {
	margin-left: 40px;
}
