@charset "utf-8";

#contactBox {
	width: 900px;
	margin: 60px auto 20px;
}

#form1 table {
	width: 850px;
	margin: 0px auto;
}

#form1 table .tdLeft {
	width: 250px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	background-color: #dedfff;
	border-bottom: 2px solid #bcddff;
}
#form1 table .tdRight {
	width: 550px;
	padding: 10px;
	font-size: 14px;
	border-bottom: 2px solid #deefff;
}

#formBtnBox {
	width: 400px;
	margin: 30px auto;
}
#formBtnBox .formBtnL,
#formBtnBox .formBtnR {
	width: 190px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#formBtnBox .formBtnL {
	float: left;
}
#formBtnBox .formBtnR {
	float: right;
}

#thanks {
	text-align: center;
	font-size: 16px;
	line-height: 1.3em;
	padding: 200px 0px;
}