/* Enter Your Custom CSS Here */
.wc_email_inquiry_email_button {
    padding: 5px 5px !important;
    margin: 0;
    background-color: #ffffff !important;
    /* background: -webkit-gradient(linear,left top,left bottom,color-stop(.2,#fbcaca),color-stop(1,#ee2b2b)) !important; */
    /* background: -moz-linear-gradient(center top,#fbcaca 20%,#ee2b2b 100%) !important;
    border: 1px solid #bbbbbb !important; */
    border-radius: 3px 3px 3px 3px !important;
    -moz-border-radius: 3px 3px 3px 3px !important;
    -webkit-border-radius: 3px 3px 3px 3px !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    font: 12px/1.4em Arial,sans-serif !important;
    color: #744b4b !important;
    text-align: center !important;
    /* text-shadow: 0 -1px 0 rgba(0,0,0,0.3); */
    text-decoration: none !important;
}

