.pages {
	display: block;
	text-align: right;	
	white-space: nowrap;
	font-size: 12px;
	margin: 1em 0;
}
.pages A {
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
	font-size: 1.5em;
	vertical-align: -2px;
	width: 1.2em; 
	height: 1.4em;
	text-align: center;
	padding-top: 3px;	
}
.pages SPAN.label {
	margin: 0 0 0 1em;
}
.pages A.disabled {
	opacity: .2;
	cursor: default;
	color: black;	
}

.pages INPUT[type=number] {
    text-align: center;
    width: 3.5em;
	height: 1.25em;
	border: none;
	color: black;
	background: #0002;
    font-weight: bold;
	-webkit-appearance: none; 
	-moz-appearance: textfield;	
	vertical-align: baseline;
	font-size: 1.2em;	
}
.pages INPUT[type=number]:read-only {
	background: transparent;
}