@charset "utf-8";
/* CSS Document */

#content{
	width: 680px;
	color: #666666;
	height: auto;
	font-size: 13px;
	line-height: 25px;
	font-family: "微軟正黑體";
}
#content h3{
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
	color: #1F1F1F;
	background-image: url(th.jpg);
	height: 32px;
	width: 650px;
	margin-bottom: 14px;
	padding-left: 30px;
}
#content .table{
	font-size: 14px;
	color: #000;
}

#content .input{
	border: 1px solid #D5D6DD;
	padding: 3px 2%;
	font-size: 12px;
	color: #658A35;
}

#content .input:focus{border: 1px solid #FCCF00;}