#kkpager {
	clear:both;
	color:#666;
	padding:20px 0;
}
#kkpager a {
	float: left;
	border: 1px solid #ccc;
	display: inline;
	padding: 3px 10px 3px 10px;
	margin-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	background: #fff;
	text-decoration:none;
	color:#999;
	height:27px;
	overflow:hidden;
}
#kkpager span.disabled {
	float: left;
	display: inline;
	padding: 3px 10px 3px 10px;
	margin-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:1px solid #DFDFDF;
	background-color:#FFF;
	color:#DFDFDF;
	height:27px;
	overflow:hidden;
}
#kkpager span.curr {
	float: left;
	border: 1px solid #31ACE2;
	display: inline;
	padding: 3px 10px 3px 10px;
	margin-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #F0FDFF;
	color: #31ACE2;
	height:27px;
	overflow:hidden;
	cursor:pointer;
}
#kkpager a:hover {
	border:1px solid #31ACE2;
	background-color:#31ACE2;
	color:#fff;
	cursor:pointer;
}
#kkpager span.normalsize {
}
#kkpager_gopage_wrap {
	position:relative;
	right:0px;
	top:0px
}
#kkpager_btn_go {
	width:44px;
	height:20px;
	border:0px;
	overflow:hidden;
	line-height:20px;
	padding:0px;
	margin:0px;
	text-align:center;
	cursor:pointer;
	background-color:#31ACE2;
	color:#FFF;
	position:absolute;
	right:-50px;
	top:-2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display:none;
	_top:-15px;
}
#kkpager_btn_go_input {
	width:36px;
	height:16px;
	color:#999;
	text-align:center;
	margin-left:1px;
	margin-right:1px;
	border:1px solid #DFDFDF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height:16px;
}
#kkpager_btn_go_input.focus {
	border-color:#31ACE2;
}
#kkpager .infoTextAndGoPageBtnWrap {
	float:right;
}
#kkpager .spanDot {
	float:left;
	margin-right:5px;
}
#kkpager .currPageNum {
	color:#FD7F4D;
}
#kkpager .infoTextAndGoPageBtnWrap {
	padding-top:5px;
	width:35%;
}
.totalText {
	float:left;
}
.goPageBox {
	width: 140px;
	display: block;
	float: right;
	position:relative;
	height: 32px;
	overflow: hidden;
}
