#content table {
	width: 460px;
	/*border-top: #fff 1px solid;
	border-left: #fff 1px solid;*/
}	
#content table tr th {
	width: 30%;
	border-bottom: #fff 1px solid;
	border-right: #fff 1px solid;
	background: #eee;
	text-align: center;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
}	
#content table tr td {
	width: 70%;
	border-bottom: #fff 1px solid;
	border-right: #fff 1px solid;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6;
}	
