@charset "utf-8";
/* --------------聯絡表單-------------- */
#inquiry {
	width: 600px; 
	margin-top: 30px;
	margin-left: 20px;
}
#inquiry table {
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-size: 100%;
	width: 100%;
	background: #fff;
}
#inquiry td {
	border-top: none;
	border-right: none; 
	border-bottom: 1px solid #CCCCCC; 
	border-left: none; 
	padding: 10px;
}
#inquiry th {
	border-top: none; 
	border-right: none;
	border-bottom: 1px solid #CCCCCC; 
	border-left: 6px solid #CCCCCC; 
	padding: 10px; 
	background-color: #F3F3F3; 
	font-weight: normal;
	width: 200px;
}
#inquiry th.must {
	border-left-color: #D90000;
}
#inquiry th em {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}
.text1, .text2, .text3, .text4 { /* 相同的就一齊設 */
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	padding: 2px;
}
.text1 {/* 姓名 */
	width: 150px;
}
.text2 {/* 郵遞區號 */
	width: 4em;
}
.text3 {/* 地址、大樓名、email */
	width: 98%;
}
.text4 {/* 內容 */
	width: 98%;
}
#inquiry select {/* 下拉式選單 */
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
#inquiry .submit {/* 送出按鈕 */
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}