/* form CSS */

table.form_table a:link,
table.form_table a:visited,
table.form_table a:hover,
table.form_table a:active,
table#form_table a:link,
table#form_table a:visited,
table#form_table a:hover,
table#form_table a:active {
	color: #00479d;
	text-decoration: underline;
}
table.form_table,
table#form_table {
	width: 100%;
	background: #fff;
	border-collapse: collapse;
}
table.form_table th,
table#form_table th {
	background: #dff6ff;
}

table.form_table th,
table.form_table td,
table#form_table th,
table#form_table td {
	border: 1px solid #aaa;
	padding: 0.5em;
	vertical-align: top;
}

table.form_table th,
table#form_table th {
	width: 11em;
}
.require,
.err,
.err_s {
	color: #f00;
}
.err_s {
	background: transparent url(../images/icon-alert.gif) no-repeat ;
	padding-left: 25px;
	min-height: 21px;
	height: auto !important;
	height: 21px;
}
.err {
	color: #f00;
	border: 2px solid #f00;
	padding: 0.5em;
	margin-bottom: 0.5em;
	background: #ffefef;
	text-align: center;
}
textarea {
	width: 100%;
	height: 5em;
}
dl.office dt {
	width: 3.2em;
	float: left;
	clear :left;
}
dl.office dd {
	padding-left: 3.2em;
}
dl.address dt {
	width: 8.2em;
	float: left;
	clear :left;
}
dl.address dd {
	padding-left: 8.2em;
}
td.agree div {
	margin-left: 12em;
}
td.agree div div {
	margin-left: 0;
}
.cont-sub,
.busi-sub {
	margin-left: 1.5em;
}
td.submit {
	text-align: center;
}
p.thanks {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 2em;
}
.inquiry-btn p.lead {
	float: left;
	width: 586px;
}
#section1 {
	margin-bottom: 30px !important;
}