.gotop{
	position:fixed;
	z-index:9;
	right:25px;
	bottom:0;
	font-size:20px;
	padding:7px 11px;
	border:2px solid #999;
	border-bottom:none;
	border-radius:14px 14px 0 0;
	cursor:pointer;
	background:#223344;
	color:#bbb;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}

.gotop:active{bottom:3px;}