
    .myButton3 {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #ffe0b5;
        -webkit-box-shadow:inset 0px 1px 0px 0px #ffe0b5;
        box-shadow:inset 0px 1px 0px 0px #ffe0b5;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4d4944), color-stop(1, #ebe5dd));
        background:-moz-linear-gradient(top, #4d4944 5%, #ebe5dd 100%);
        background:-webkit-linear-gradient(top, #4d4944 5%, #ebe5dd 100%);
        background:-o-linear-gradient(top, #4d4944 5%, #ebe5dd 100%);
        background:-ms-linear-gradient(top, #4d4944 5%, #ebe5dd 100%);
        background:linear-gradient(to bottom, #4d4944 5%, #ebe5dd 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4944', endColorstr='#ebe5dd',GradientType=0);
        
        background-color:#4d4944;
        
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        
        border:1px solid #857c70;
        
        display:inline-block;
        color:#ffffff;
        font-family:Trebuchet MS;
        font-size:10px;
        font-weight:bold;
        padding:5px 11px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #8f7f24;
        
    }
    .myButton3:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ebe5dd), color-stop(1, #4d4944));
        background:-moz-linear-gradient(top, #ebe5dd 5%, #4d4944 100%);
        background:-webkit-linear-gradient(top, #ebe5dd 5%, #4d4944 100%);
        background:-o-linear-gradient(top, #ebe5dd 5%, #4d4944 100%);
        background:-ms-linear-gradient(top, #ebe5dd 5%, #4d4944 100%);
        background:linear-gradient(to bottom, #ebe5dd 5%, #4d4944 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebe5dd', endColorstr='#4d4944',GradientType=0);
        
        background-color:#ebe5dd;
    }
    .myButton3:active {
        position:relative;
        top:1px;
    }
