@charset "utf-8";
/* CSS Document */

.page{
	margin:20px auto;
	height:35px;
	min-width:350px;
	font-size:0;
	display:table;
	text-align:center;
	
}
.page input[type="button"]{
	height:33px;
	line-height:33px;
	background:none;
	border:none;
	color:#999;
	font-size:14px;
	vertical-align:top;
	margin:0 15px;
}
.page a,.page span {
	display:inline-block;
	vertical-align:middle;
	height:33px;
	width:33px;
	text-align:center;
	line-height:33px;
	font-size:14px;
	color:#333;
	border-radius:4px;
	margin:0 4px;
	font-family:" Arial normal";
}
.page .now,.page a:hover{
	background:#08bf91;
	color:#FFF;
}