#page_select {
	text-align:center;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
#page_select *
	{ font-size:12px;	font-family: "arial", "ËÎÌå";}
#page_s_body
	{ position:relative; height:22px; padding-top:5px; background:#e7e7e7; }
#page_s_left
	{ float:left; width:45%; height:100%; text-align:left; color: #555555;}
#page_s_right
	{ float:right; width:45%; height:100%; text-align:right; color: #555555;}
	#page_select input {
		height:16px;
		background: #ffcc99;
	}

	#page_select a {
		color: #222222; 
	}

	#page_select a:hover {
		background: #0066FF;
		color: #ffffff;
	}

	#page_select a:active {
	}
