.button {
    font-family: 'GothaProBla', Arial, sans-serif;
    color: #ffffff;
    text-align: center;
    background: #39b9ea; /* Old browsers */
    background: -moz-linear-gradient(top, #39b9ea 0%, #0979e1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #39b9ea 0%,#0979e1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #39b9ea 0%,#0979e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39b9ea', endColorstr='#0979e1',GradientType=0 ); /* IE6-9 */
    border: 1px solid #0979e1;
    box-shadow: 0 1px 1px #aad8ea inset, 0 1px 3px #989b9d;
    -moz-box-shadow: 0 1px 1px #aad8ea inset, 0 1px 3px #989b9d;
    -webkit-box-shadow: 0 1px 1px #aad8ea inset, 0 1px 3px #989b9d;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}