﻿body {
}

.mybutton {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 6px 25px;
    border: 1px solid #777fa8;
    border-radius: 0px;
    background: #5f8ead;
    background: -webkit-gradient(linear, left top, left bottom, from(#5f8ead), to(#357199));
    background: -moz-linear-gradient(top, #5f8ead, #357199);
    background: linear-gradient(to bottom, #5f8ead, #357199);
    font: normal normal normal 15px verdana;
    color: #ffffff;
    text-decoration: none;
}
.mybutton:hover,
.mybutton:focus {
    border: 1px solid #9ba5da;
    background: #72aad0;
    background: -webkit-gradient(linear, left top, left bottom, from(#72aad0), to(#4088b8));
    background: -moz-linear-gradient(top, #72aad0, #4088b8);
    background: linear-gradient(to bottom, #72aad0, #4088b8);
    color: #ffffff;
    text-decoration: none;
}
.mybutton:active {
    background: #395568;
    background: -webkit-gradient(linear, left top, left bottom, from(#395568), to(#357199));
    background: -moz-linear-gradient(top, #395568, #357199);
    background: linear-gradient(to bottom, #395568, #357199);
}












