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

#content{
	color: #535353;
	height: auto;
	font-size: 13px;
	line-height: 23px;
	font-family: "微軟正黑體";
}
#content h3{
	font-size: 13px;
	line-height: 35px;
	color: #777777;
	height: 45px;
	margin-bottom: 25px;
	padding: 0 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B9B9B9;
}

#content .table{}
#content .table th{
	font-weight: normal;
	text-align: left;
}

#content .lin{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFEACE;
}

#content .input{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #D5D6DD;/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	padding: 3px 2%;
	font-size: 12px;
	color: #658A35;
}