#toplink {
z-index: 9999;
position: fixed;
cursor: pointer;
display: none;
bottom: 60px;
right: -1px;
padding: 8px;
margin: 0px;
color: #515151;
background-color: #fdfdfd;
line-height: 1.0;
font-family: sans-serif !important;
font-size: 0.75em;
font-weight: bold;
text-align: center;
text-transform: uppercase;
opacity: 1.0;
border: 1px solid #ddd;
-webkit-border-radius: 3px 0px 0px 3px;
-moz-border-radius: 3px 0px 0px 3px;
border-radius: 3px 0px 0px 3px;
text-shadow: 0px 0px 0px #222;
box-shadow: 0px 0px 0px #fff inset;
transition: color .3s ease-out;
transition: background-image .9s ease-out;
}

#toplink:hover,
#toplink:focus,
#toplink:active {
color: #9c0025 !important;
}

#toplink.sprite {
text-indent: -9999px;
height: 34px;
width: 34px;
padding: 0 !important;
background-image: url('../images/mxtoplink25-sprite.png');
background-position: 0px -1px;
/*background-size: 33px 33px;*/
background-repeat: no-repeat;
}

#toplink.sprite:hover,
#toplink.sprite:focus,
#toplink.sprite:active {
background-position: 0px -34px;
}