﻿        #backtop {
    background-color: #ea8617;
    border-radius: 18px;
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 26px;
    left: auto;
    line-height: 24px;
    outline: medium none;
    overflow: hidden;
    position: relative;
    right: 0;
    text-align: center;
    top: -24px;
    transition: all 0.3s linear 0s;
    width: 50px;
    z-index: 9;
	margin-left: 890px;
	float: right;
	margin-bottom:-15px;

            opacity:1;
            display:block;
        }
        #backtop:hover {
            background-color:#b22222;
        }
        #backtop.mcOut {
            opacity:0;
        }