/* jQuery iTopPage plugin stylesheet file */

#iTopPage {
    /* Button format  */
    position: fixed;
    display: "table-cell";
    opacity: 0;
    width: 50px;
    height: 50px;
    z-index: 999999;
    background-clip: padding-box;
	cursor: pointer;
	background:#6e6f71; 
}

#arrow {
    /* White arrow on the button */
    padding: 0px;
    margin: 1px;
    font-size: 25pt;
    color: #FFF;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-shadow: -1px -1px 0 #777777;
    text-align: center;
	vertical-align: middle; 
	cursor: pointer;   
}
