table.news_list{
	border-collapse:collapse;
	margin:0 auto;
	width:760px;
}
.news_list tr{
	background:url(../../img/dotline.gif) repeat-x left bottom;
}
.news_list th,
.news_list td{
	padding:10px 5px;
	vertical-align:top;
}
.news_list th{
	padding-right:15px;
	font-weight:normal;
	white-space:nowrap;
}
.news_list tr td:last-of-type{
	width:100%;
}
