
.back_to_top
{
	background: #FF7E5B;
	border: 1px solid transparent;
	border-radius: 4px;
	bottom: 40px;
	cursor: pointer;
	display: none;
	height: 50px;
	line-height: 30px;
	position: fixed;
	right: 40px;
	text-align: center;
	width: 50px;
	z-index: 99;
}

.back_to_top:hover
{
	background: #005FBA;
}

.back_to_top_div
{
	margin-top: 5px;
}

.back_to_top_show
{
	display: block;
}

.back_to_top_arrow
{
	fill: white;
}