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


#content{
	width: 660px;
	color: #444444;
	height: auto;
	font-size: 13px;
	line-height: 23px;
	font-family: "微軟正黑體";
	margin: auto;
}
#content h3{
	font-size: 13px;
	line-height: 30px;
	color: #FFFFFF;
	height: 30px;
	background-color: #465152;
	border: 1px solid #E1E1E1;
	padding: 3px;
}
#content .info{
	color:#FFF;
	line-height:30px;
	height:30px;
	text-align:center;
	background:#488BCE;
	border:#00C8F3 1px solid;
}
#content .info span{
	color:#FFFFBF;
}
#content .info span1{
	color:#FF926E;
}
#content .table{
	border-bottom:1px solid #E3E3E3;
	padding-bottom:20px;
	background:#EEEEEE;
}

#content .table td,
#content .table th{
	color: #3D2519;
	font-weight: normal;
		border-bottom:#FFFFFF 1px solid;
	padding:8px 2px;
}


#content .table td label{color:#666666;}


#content .input{
	border: 1px solid #E0E0E0;/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	padding: 3px 2%;
	background-color: #FBFBF9;-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
#content .input:hover{
	border: 1px solid #E0E0E0;
}
