a.give-button {
    -moz-transition: background 0.1s ease-in 0s, -moz-box-shadow 0.1s ease-in 0s;
    background-color: #DB7B0F;
    background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.4));
    border-bottom: 1px solid #D9740B;
    border-radius: 3px 3px 3px 3px;
    border-top: 1px solid #FFDCB4;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5), 0 -1px 2px rgba(0, 0, 0, 0.5);
    display: block;
    height: 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 115px;
    z-index: 1000;
}

a.give-button:hover {
    background-color: #C7700E;
    border-bottom: 1px solid #C86408;
    text-decoration: none;
}

a.give-button span {
    color: #FFFFFF;
    font-family: Georgia,Times,serif;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    line-height: 15px;
    position: relative;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5), 0 1px 1px rgba(255, 255, 255, 0.5);
    top: 5px;
}