.beam-grid .paging{
	height : 26px;
	line-height : 26px;
	border-top : 1px solid #99bbe8;
	background : 	#D3E1F1;
	color : 	#333333;
	overflow : hidden;
	font-size : 13px;
}
.beam-grid .paging a{
	word-spacing : 4px;
	white-space : nowrap;
	margin-left : 5px;
	color : 	#333333;
}
.beam-grid .paging a.disabled{
	color : #999999;
	cursor : default;
	text-decoration : none;
}
.beam-grid .paging span.label{
	margin-right : 5px;
	float : right;
}
.beam-grid .paging span.current{
	margin-left : 5px;
}
.beam-grid .paging input{
	width : 25px;
	position : relative;
	top : -1px;
	margin-left : 5px;
	margin-right : 2px;
}
.beam-grid .paging button{
	padding : 0;
	margin : 0;
	position : relative;
	top : 1px;
}