﻿.Button4 {
    display: block;
    text-align: center;
    margin: 0 4px 0 0;
    padding: 0 8px;
    height: 39px;
    line-height: 39px;
    border: 3px solid #f6a800;
    border-radius: 7px;
    box-shadow: 0 1px 5px #bbb0ab;
    font-size: 16px;
    font-weight: bold;
    color: #2e0708;
    background-image: url('/_MasterPage/_Css/Grobal/Button4/ButtonBg.png');
    background-repeat: repeat-x;
}

    .Button4:hover {
        border: 3px solid #e70012;
        color: #fff;
        background-image: url('/_MasterPage/_Css/Grobal/Button4/ButtonBg_Hover.png');
    }
