.ButtonFixedFX100
{
    font-size: 11pt;
    background-image: url(Graphics/button100.jpg);
    width: 100px;
    cursor: hand;
    color: white;
    background-repeat: no-repeat;
    font-family: Arial, Verdana, Sans-Serif;
    height: 25px;
    background-color: #336699;
    border-style : none;
    display: inline;
    background-position : 0px 0px;
    vertical-align: top;
}

.ButtonFixedFX100_hover
{
    font-size: 11pt;
    background-image: url(Graphics/button100.jpg);
    width: 100px;
    cursor: hand;
    color: white;
    background-repeat: no-repeat;
    font-family: Arial, Verdana, Sans-Serif;
    height: 25px;
    background-color: #336699;
    border-style : none;
    display: inline;
    background-position : -100px 0px;    
    vertical-align: top;
}

