@charset "utf-8";
/* CSS Document */

/* 表單 */
.i-form{  
	width:760px; 
	margin-left:7px;
	.margin-left:7px;
	_margin-left:2px;
	}
.i-form .content{ 
	width:759px; 
	background: #dcecf7 url(../images/main_bg.jpg) center top repeat-x;
	}
	/* 送出 */
.i-form .content p{ 
	text-align: center;
	margin: 20px auto;
	padding-bottom: 20px;
	}
.i-form .content table{ 
	width:660px; 
	margin: 30px auto;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	}
.i-form .content table select{ 
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #5791c4;
	padding: 1px 2px;
	}
.i-form .content table input{ 
	margin: 0px 2px;
	vertical-align: middle;
	}
.i-form .content table .input_tf{ 
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #5791c4;
	}
.i-form .content table td, .i-form .content table th{ 
	padding: 5px;
	margin: 4px;
	background: #d4e7f5;
	border-bottom: 2px solid #eaf2fa;
	}
	/* textarea 齊上 */
.i-form .v_top{ 
	vertical-align: top;
	}
.i-form .content table th{ 
	width: 130px; 
	text-align: right;
	border-right: 2px solid #eaf2fa;
	}
.i-form .content table .tr_last td, .i-form .content table .tr_last th{ 
	border-bottom: none;
	}
	/* 子table */
.i-form .content table table{ 
	width: 501px;
	height: 97px; 
	margin: 10px auto;
	background: url(../images/s_table.jpg) center top no-repeat;
	}
.i-form .content table table td{ 
	border: none;
	background: none;
	}
.i-form .content table table input{ 
	margin: 0px 4px;
	vertical-align: middle;
	}
.i-form .content table table span{ 
	margin: 0px 4px;
	vertical-align: middle;
	color: #000;
	font-weight: bold;
	}

.contact_h {
	margin: 0 auto;
	margin-bottom: -20px;
	width: 668px;
	padding-top: 40px;
	}