@charset "utf-8";
/* CSS Document */
.base {
	position:fixed;
	bottom:0;
	left:0;
	margin:0px;
	background:#fff;
	align:left;
	border-top:solid 2px #7f7f7F;
	width:100%;
	height:42px;
	z-index:10;
}
.show {
	position:fixed;
	bottom:0;
	left:0;
	margin:0px;
	align:left;
	width:25px;
	height:42px;
	width:100%;
	z-index:10;
} 
.rollcursor {
cursor:pointer;
}


