.myButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #a6827e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #a6827e;
    box-shadow: inset 0px 1px 0px 0px #a6827e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7d5d3b), color-stop(1, #634b30));
    background: -moz-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
    background: -webkit-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
    background: -o-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
    background: -ms-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
    background: linear-gradient(to bottom, #7d5d3b 5%, #634b30 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d5d3b', endColorstr='#634b30', GradientType=0);
    background-color: #7d5d3b;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #54381e;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 13px;
    padding: 4px 18px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #4d3534;
}

.myButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #634b30), color-stop(1, #7d5d3b));
    background: -moz-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
    background: -webkit-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
    background: -o-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
    background: -ms-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
    background: linear-gradient(to bottom, #634b30 5%, #7d5d3b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#634b30', endColorstr='#7d5d3b', GradientType=0);
    background-color: #634b30;
}

.myButton:active {
    position: relative;
    top: 1px;
}

/*.myButton {*/
/*-moz-box-shadow:inset 0px 1px 0px 0px #7a8eb9;*/
/*-webkit-box-shadow:inset 0px 1px 0px 0px #7a8eb9;*/
/*box-shadow:inset 0px 1px 0px 0px #7a8eb9;*/
/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #637aad), color-stop(1, #5972a7));*/
/*background:-moz-linear-gradient(top, #637aad 5%, #5972a7 100%);*/
/*background:-webkit-linear-gradient(top, #637aad 5%, #5972a7 100%);*/
/*background:-o-linear-gradient(top, #637aad 5%, #5972a7 100%);*/
/*background:-ms-linear-gradient(top, #637aad 5%, #5972a7 100%);*/
/*background:linear-gradient(to bottom, #637aad 5%, #5972a7 100%);*/
/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#637aad', endColorstr='#5972a7',GradientType=0);*/
/*background-color:#637aad;*/
/*-moz-border-radius:42px;*/
/*-webkit-border-radius:42px;*/
/*border-radius:42px;*/
/*display:inline-block;*/
/*cursor:pointer;*/
/*color:#ffffff;*/
/*font-family:Arial;*/
/*font-size:10px;*/
/*font-weight:bold;*/
/*padding:9px 6px;*/
/*text-decoration:none;*/
/*}*/
/*.myButton:hover {*/
/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5972a7), color-stop(1, #637aad));*/
/*background:-moz-linear-gradient(top, #5972a7 5%, #637aad 100%);*/
/*background:-webkit-linear-gradient(top, #5972a7 5%, #637aad 100%);*/
/*background:-o-linear-gradient(top, #5972a7 5%, #637aad 100%);*/
/*background:-ms-linear-gradient(top, #5972a7 5%, #637aad 100%);*/
/*background:linear-gradient(to bottom, #5972a7 5%, #637aad 100%);*/
/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5972a7', endColorstr='#637aad',GradientType=0);*/
/*background-color:#5972a7;*/
/*}*/
/*.myButton:active {*/
/*position:relative;*/
/*top:1px;*/
/*}*/
