@import url("overall.css");
div.page_title {
	font-size: 20px;
	color: #000;
	background: url(../images/download_title.png) no-repeat;
	width: 897px;
	height: 45px;
	display: block;
	padding: 90px 0 0 60px;
}
div.bottons {
	margin: 30px;
	display: block;
	width: 877px;
	text-align: center;
	letter-spacing: 25px;
}
div.bottons input {
	background-image: url(../images/download_button.png);
	width: 93px;
	height: 31px;
	color: #fff;
	border: 0px;
}
div.page_nav {
	width: 726px;
	padding: 10px 30px;
	display: block;
	text-align: center;
	margin-left: 120px;
	margin-bottom: 20px;
}
div.list_title {
	padding: 10px 30px;
	width: 726px;
	font-size: 15px;
	display: block;
	color: #289282;
	background: url(../images/download_list_title.png) no-repeat 0 bottom;
	margin-left: 120px;
	margin-bottom: 20px;
}
table.list {
	width: 726px;
	margin-left: 120px;
	margin-bottom: 15px;
}
table.list th{
	text-align: center;
	font-size: 15px;
	color: #289282;
	border-top: 2px solid #a3c6c2;
	background: #e3f0ee url(../images/download_th_bk.png) no-repeat right top;
}
table.list td{
	line-height: 22px;
	color: #535353;
}
table.list td a{
	color: #19b79f;
}