.gotop{
	position:fixed;
	z-index:9;
	right:25px;
	bottom:0;
	font-size:25px;
	background:#223344;
	color:#bbb;
	padding:5px 9px;
	border:2px solid #bbb;
	border-bottom:none;
	border-radius:16px 16px 0 0;
	cursor:pointer;
}

.gotop:active{bottom:2px;}