/* page-top */
#page-top {
	position: fixed;
	bottom: 60px;
	right: 20px;
	font-size: 14px;
}
#page-top a {
	background: #0068b7;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 15px 10px 15px 10px;
	text-align: center;
	display: block;
	border-radius: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #0084e8;
}
