#paper, .paper {
	text-align: center;
	padding: 0px 0px;
	margin-top:50px;
	margin-bottom:50px;
}

.button, .select{
	border: 1px solid #D3D3D3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.paper .button {
	padding: .6em .8em;
	font-family: "微软雅黑";
	cursor: pointer;
	display: inline;
	color: #484848;
	margin-right: -5px;
	/*background: url('../images/btn/page_bg.png') repeat-x 0 -126px;*/
	overflow: hidden;
	*zoom:1;

	border-radius: 0;
}
.paper .button:last-child{border-right: 1px solid #D3D3D3;}
/*.paper .button:first-child { margin-right:20px;}*/
.paper .papera.button {
	color: #484848;
}
.paper .button:hover {
	color: #FF8D00;
	/*border:1px solid #F49807;
	background-position: 0 -2px;*/
	/*border: 1px solid #F49807;*/
}
.paper a{ color: #484848}
.paper a.button:hover{
	color: #FF8D00;
}
.paper .button.selected, .button.selected:hover {
	color: #FFF;
	background: #FF8D00;
	/*font-weight: bold;
	border: 1px solid #0E67BB;
	background-position: 0 -50px;*/
	cursor: default;
}
.papera.button.selected, a.button.selected:HOVER, a.button:ACTIVE{
	color: #FFF;
}
.paper .button.disabled {
	display: none;
}
.select{
	padding: .1em;
	padding-right: 0;
	height: 1.7em;
	line-height: 1.7em;
	margin-right: 5px;
	vertical-align: -1px;
}

.ui_icons {background:url(img/ui-icons.png) no-repeat;}