/*-- Enter your custom CSS below --*/


.sbutton2 {
    background-color: #669900;
    background-image: url("images/gradbg.png");
    background-position: left top;
    background-repeat: repeat-x;
    border-color: rgba(240, 240, 240, 0.65) rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 13px;
    height: 28px;
    line-height: 16px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 7px;
    padding: 6px 12px;
    text-align: center;
    width: auto !important;
}