#kkpager{
	clear:both;
	color:#666;
	padding:5px 0px 5px 0px;
	font-size:12px;
	font-family: Verdana, 'Microsoft Yahei';
	line-height: 30px;
}
#kkpager a{
	float: left;
	padding:0 10px;
	height:28px;
	line-height: 28px;
	text-align: center;
	display: inline;
	margin-right: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
	background: #fff;
	text-decoration:none;
	color:#666;
	border: 1px solid #ddd;
}

#kkpager span.disabled{
	float: left;
	display: inline;
	padding:0 10px;
	height:28px;
	line-height: 28px;
	text-align: center;
	margin-right: 5px;
	border-radius: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	background:#f0f0f0;
	border:1px solid #b2b2b2 ;
	color:#b2b2b2;
}
#kkpager span.curr{
	float: left;
	border:1px solid #4185F6;
	display: inline;
	height:28px;
	width:28px;
	line-height: 28px;
	text-align: center;
	margin-right: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #4185F6;
	color:#fff;
	
}
#kkpager a:hover{
	background:#fff; 
	color:#197afc;
	border: 1px solid #197afc;
}

#kkpager span.normalsize{
}
#kkpager_gopage_wrap{
	position:relative;
	left:0px;
	top:0px;
	margin: 0 5px
}
#kkpager_btn_go {
	font-size: 12px;
  	width: 50px;
  	height: 28px;
	border:1px solid #ddd;
	line-height:28px;
	padding:0px;
	margin:0 0 0 7px;
	text-align:center;
	cursor:pointer;
	background:#fff;
	color:#666;
	position: static;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#kkpager_btn_go_input{
	font-family: Verdana, 'Microsoft Yahei';
	width: 36px!important;
  	height: 28px!important;
  	line-height: 28px;
	font-size: 14px;
	color:#666;
	text-align:center;
	margin:0 1px 0 1px;
	padding:0;
	border:1px solid #ddd;
	position:relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	left:0px;
	top:0px;
	outline:none;
	box-sizing: initial;
}

#kkpager_btn_go_input.focus{
	border-color:#31ACE2;
}

#kkpager .pageBtnWrap{
	float:right;
}
#kkpager .infoTextAndGoPageBtnWrap{
	float:right;
}
#kkpager .spanDot{
	float:left;
	margin-right:5px;
}

#kkpager .currPageNum{
	color:#FD7F4D;
}

#kkpager .infoTextAndGoPageBtnWrap{
	padding:0 0 0 5px;
}