/*Main stylesheet for Backtop jQuery Plugin */
#backTop{
    color:#ffffff;
	width:35px;
    height:35px;
    padding:10px;
    border-radius:4px;
    text-indent:-9999px;
    cursor:pointer;
    z-index:999999999;
	display:none;
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
}


#backTop.teal{
    background:url(../images/uparr-48-w.png) no-repeat center center rgba(1,96,133,0.9); 
    border:1px solid #fff;
}



