.button {
    font-family: 'GothaProBla', Arial, sans-serif;
    color: #ffffff;
    text-align: center;
    background: #e50803; /* Old browsers */
    background: -moz-linear-gradient(top, #e50803 0%, #a01009 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e50803), color-stop(100%,#a01009)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e50803 0%,#a01009 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e50803 0%,#a01009 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e50803 0%,#a01009 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f18d04 0%,#e93105 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50803', endColorstr='#a01009',GradientType=0 ); /* IE6-9 */
    border: 0px solid #e93105;
    box-shadow: 0 1px 1px #ff9f82 inset, 0 1px 3px #989b9d;
    -moz-box-shadow: 0 1px 1px #ff9f82 inset, 0 1px 3px #989b9d;
    -webkit-box-shadow: 0 0px 0px #e93105 inset, 0 1px 3px #989b9d;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}