#Button {
    background-color: #fff;
    /**behavior:url(shop/CSS3PIE);*/
    border: 1px solid #2473A4;
    box-shadow: #666 0px 2px 3px;
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 1px;
    z-index: 0;
}

    #Button a, #Logon #Button a {
        background-color: #ededed;
        display: inline-block;
        color: #2473A4;
        font-size: small;
        font-weight: bold;
        height: 20px;
        line-height: 1.6em;
        text-align: center;
        text-decoration: none;
        vertical-align: top;
        width: 100%;
        white-space: nowrap;
        z-index: 0;
    }

        #Button:hover a, #Logon #Button a:hover {
            background-color: #2473A4;
            font-size: small;
            font-weight: bold;
            line-height: 1.6em;
            text-decoration: none;
        }

    #Button font {
        background-position: 0px 0px;
        margin: 0 6px;
        font-size: small;
        font-weight: bold;
    }

    #Button:hover a font {
        color: #fff;
    }

    #Button font.Blue {
    }

    #Button font.Logon {
    }

    #Button font.Arrow {
    }
