/* CSS Document */
#page-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 9999;
}
 
#page-top a {
    width: 73px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    color: #FFF;
 }
/*#page-top a:hover {
    color: #FFF;
}*/
 
/* arrow icon (span tag) */
#page-top span {
    width: 73px;
    height: 150px;
    display: block;
    margin-bottom: 0px;
    background: url(page_top2.png) no-repeat center center;
 
    /* rounded corners */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
 }
/*#page-top a:hover span {
    background-color: #FFF;
}*/
