#BackToTop {
    float: left; z-index:50;
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px; top:auto !important;
    right: 10px;
    /*background: #e2e2e2;rgba(0,0,0,0.8)*/

    /*-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;*/
	
    color: #000;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    width: 42px; 
}

#BackToTop span {
    display: block;
    cursor: pointer;
	text-align:center;
}

#BackToTop:hover, #BackToTop:focus {
	/*box-shadow:0 0 10px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.6);
	-o-box-shadow:0 0 10px rgba(0, 0, 0, 0.6);
	-ms-box-shadow:0 0 10px rgba(0, 0, 0, 0.6);*/
}

#BackToTop i { background-image:url(../../images/img01_50.png); width:42px; height:25px; display:inline-block; }