.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-top: 30px;
    padding: 5px 20px;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
    background: -moz-linear-gradient(top, #ffffff, #e3e3e3);
    background: linear-gradient(to bottom, #ffffff, #e3e3e3);
    text-shadow: #ffffff 1px 1px 1px;
    font: normal normal normal 15px arial;
    color: #858585;
    text-decoration: none;
}
.button:hover,
.button:focus {
    border: 1px solid #ffffff;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background: -moz-linear-gradient(top, #ffffff, #ffffff);
    background: linear-gradient(to bottom, #ffffff, #ffffff);
    color: #858585;
    text-decoration: none;
}
.button:active {
    background: #b3b3b3;
    background: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#e3e3e3));
    background: -moz-linear-gradient(top, #b3b3b3, #e3e3e3);
    background: linear-gradient(to bottom, #b3b3b3, #e3e3e3);
}

.button2 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 20px;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
    background: -moz-linear-gradient(top, #ffffff, #e3e3e3);
    background: linear-gradient(to bottom, #ffffff, #e3e3e3);
    text-shadow: #ffffff 1px 1px 1px;
    font: normal normal normal 15px arial;
    color: #858585;
    text-decoration: none;
}
.button:hover,
.button:focus {
    border: 1px solid #ffffff;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background: -moz-linear-gradient(top, #ffffff, #ffffff);
    background: linear-gradient(to bottom, #ffffff, #ffffff);
    color: #858585;
    text-decoration: none;
}
.button:active {
    background: #b3b3b3;
    background: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#e3e3e3));
    background: -moz-linear-gradient(top, #b3b3b3, #e3e3e3);
    background: linear-gradient(to bottom, #b3b3b3, #e3e3e3);
}
