#pagesize{padding:8px;font-family: Noteworthy, Arial, sans-serif;    font-size: 14px;}
#pagesize a, #pagesize span {
	float: left;
	color: #666;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #BBB;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;

	
}

#pagesize a:hover {
	text-decoration: none;
	background: #069;
}

#pagesize .active{
	background: #666;
	color: #FFF;
	border-color: #444;
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
	cursor: default;
}
#pagesize .nolink
{

	color: #ccc;
	cursor: default;
}
