@CHARSET "UTF-8";

.button-1,a.button-1 {
	background: #f1ad4e;
	border-radius: 4px;
	padding: 5px 16px;
	line-height: 16px;
	color: white;
	border: none;
	cursor: pointer;
	font-size: 13px;
	display: inline-block;
	font-family: "微软雅黑";
	*zoom: 1;
	*display: inline;
}

.button-2,a.button-2 {
	background: #0099cd;
	border-radius: 4px;
	padding: 5px 16px;
	line-height: 16px;
	color: white;
	border: none;
	cursor: pointer;
	font-size: 13px;
	display: inline-block;
	font-family: "微软雅黑";
	*zoom: 1;
	*display: inline;
}

.normalfont {
	color: #444;
	font-size: 12px;
	line-height: 18px;
	font-family: "微软雅黑";
}

padl8 {
	padding-left: 8px;
}

.pagenum span {
	font-weight: bold;
}