@charset "utf-8";
/* CSS Document */
.base {
	position:fixed;
	bottom:0;
	left:0;
	margin:0px;
	align:left;
	width:100%;
	height:71px;
	z-index:900;
}
.base td{
	padding:6px 10px 6px 10px;
	border-left:solid 1px #bdbdbd;
}
.base td:first-child{
	border-left:none;
}

.sbar-head {
	height:26px;
	width:100%;
	text-align:center;
}
.sbar-body{
	background:#fff;
	height:45px;
}
.show {
	position:fixed;
	bottom:0;
	left:0;
	margin:0px;
	align:left;
	height:26px;
	width:100%;
	z-index:900;
} 
.rollcursor {
cursor:pointer;
}
