*{
    margin:0;
    padding:0;
}
a{
	text-decoration: none;
	color: inherit;
}
#page_table{
	margin-top:20px;
	height:30px;
	float:right;
}
#page_table td{
	height:30px;
	font-size:14px;
	text-align:center;
}
#page_table div{
	height:30px;
	line-height:30px;
	font-size:14px;
	text-align:center;
	border:#e2e2e2 1px solid;
}
#page_table input{
	margin:0px;
	width:30px;
	height:30px;
	border:#e2e2e2 1px solid;
}
.page_submit{
	margin-left:9px;
    width: 40px;
    height:30px;
	line-height:30px;
    text-align: center;
    font-size: 13px;
    color: #000;
	border:#e2e2e2 1px solid;
	cursor:pointer;
}