page_ui.css 455 Bytes
.page {
  margin: 20px 0;
  text-align: center;
}
.page a, .page b {
	display: inline-block;
	*display: inline;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	min-width: 10px;
	background: #f5f5f5;
	border: 1px transparent solid;
	color: #999;
	text-decoration: none;
	text-align: center;
}
.page a:hover,
.page b {
	background-color: #4aca10; 
  color: #fff;
}
.page b {
  cursor: default;
}
.page .iptText {
	width: 30px;
	vertical-align: top;
}