.button {
        -moz-box-shadow: 0px 1px 43px 0px #a899a8;
        -webkit-box-shadow: 0px 1px 43px 0px #a899a8;
        box-shadow: 0px 1px 43px 0px #a899a8;
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #696969), color-stop(1, #171717) );
        background:-moz-linear-gradient( center top, #696969 5%, #171717 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#696969', endColorstr='#171717');
        background-color:#696969;
        -webkit-border-top-left-radius:14px;
        -moz-border-radius-topleft:14px;
        border-top-left-radius:14px;
        -webkit-border-top-right-radius:14px;
        -moz-border-radius-topright:14px;
        border-top-right-radius:14px;
        -webkit-border-bottom-right-radius:14px;
        -moz-border-radius-bottomright:14px;
        border-bottom-right-radius:14px;
        -webkit-border-bottom-left-radius:14px;
        -moz-border-radius-bottomleft:14px;
        border-bottom-left-radius:14px;
        text-indent:0px;
        display:inline-block;
        color:#ffffff;
        font-family:Arial;
        font-size:18px;
        font-weight:normal;
        font-style:normal;
        height:36px;
        line-height:36px;
        width:126px;
        text-decoration:none;
        text-align:center;
        text-shadow:1px 1px 6px #fffcff;
}
.button:hover {
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #171717), color-stop(1, #696969) );
        background:-moz-linear-gradient( center top, #171717 5%, #696969 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#696969');
        background-color:#171717;
}.button:active {
        position:relative;
        top:1px;
}
/* This button was generated using CSSButtonGenerator.com */