#div_digg {
position: fixed;
bottom: 0px;
right: 450px;
padding: 8px 8px 8px 10px;
background-color: #fff;
border: 1px solid #D9DBE1;
}
div.x-goto-top div.x-arrow {
	border-width: 9px;
	border-style: solid;
	border-color: transparent transparent rgb(0, 136, 204);
	border-image: none;
	left: 10px;
	top: -1px;
	width: 0px;
	height: 0px;
	position: absolute;
}
div.x-goto-top div.x-stick {
	border-radius: 1px;
	left: 15px;
	top: 15px;
	width: 8px;
	height: 14px;
	display: block;
	position: absolute;
	background-color: rgb(0, 136, 204);
}