/*Main stylesheet for Backtop jQuery Plugin */
#backTop{
    width:28px;
    height:28px;
    padding:6px;
    border-radius:5px;
    text-indent:-9999px;
    cursor:pointer;
    z-index:999999999;
	display:none;
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
}


