#form1 p  {
	font-size: 12px;
	width: 470px;
	line-height: 18px;
	clear: both;
}
#form1 label {
	display: block;
	margin-top: 10px;
}
#form_header_top {
	margin-top: 20px;
}
#form_header_top input {
	width: 464px;
	height: 20px;
	border: 1px solid #aaa;
}
#form_header_left {
	float: left;
	margin-right: 14px;
}
#form_header_left input, #form_header_right input {
	width: 224px;
	height: 20px;
	border: 1px solid #aaa;
}
#form1 #contact_person {
	width: 344px;
	height: 20px;
}
#form1 #contact_name {
	width: 344px;
	float: left;
}
#validate_top #validate {
	float: right;
	height: 24px;
	margin-right: 4px;
	font-weight: bold;
}
#form1 textarea  {
	width: 454px;
	overflow: auto;
	border: 1px solid #aaa;
	margin: 10px 0 0 0;
	padding: 0 6px;
	line-height: 18px;
	font-size: 12px;
	background: url('../gfx/bg_textarea_18all.gif') repeat;
}
#form1 textarea.height_1 {
	height: 52px;
}
#form1 textarea.height_2 {
	height: 70px;
}
#form1 textarea.height_3 {
	height: 88px;
}

div.sp  {
	margin-bottom: 20px;
}
input.reset  {
	float: left;
	margin: 10px 0;
}
input.submit  {
	float: right;
	font-weight: bold;
}
input.reset, input.submit,#validate_top input   {
	width: 60px;
	height: 18px;
	font-size: 11px;
	border: 1px solid #aaa;
	cursor: pointer;
}
input#submit {
	width: 140px;
	background: #668cca;
}
input#reset {
	margin-top:  0;
}
#form_footer{
	width: 468px;
	clear: both;
	border:1px solid #ccc;
	margin-right: 280px;
}
#form_body h4 {
	font-size: 14px;
	margin: 10px 0 0 0;
	color: #002e66;
	font-weight: normal;
}
#form_body ul {
	margin: 0 0 20px 20px;
}
#form_body li {
	list-style-type: disc!important;
	line-height: 16px;
	margin-left: 20px;
}
div#error {
	clear:both;
	padding: 0 6px;
	margin-top: 10px;
	color: #f30;
	font-size: 12px;
	font-weight: bold;
	background: #ff9;
	min-height: 20px;
	line-height: 20px;
}
