.popup-vendeur-mode {
    background-color: #000;
    border: 1px solid #ccc;
    border-radius: 7px;
    background-image: linear-gradient(bottom, rgb(207,207,207) 0%, rgb(254,254,254) 89%);
    background-image: -o-linear-gradient(bottom, rgb(207,207,207) 0%, rgb(254,254,254) 89%);
    background-image: -moz-linear-gradient(bottom, rgb(207,207,207) 0%, rgb(254,254,254) 89%);
    background-image: -webkit-linear-gradient(bottom, rgb(207,207,207) 0%, rgb(254,254,254) 89%);
    background-image: -ms-linear-gradient(bottom, rgb(207,207,207) 0%, rgb(254,254,254) 89%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(207,207,207)),
        color-stop(0.89, rgb(254,254,254))
        );
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cfcfcf', endColorstr='#ffffff');
    background-image: linear-gradient(to top, #cfcfcf, #ffffff);
    padding-top: 10px;
    padding-bottom: 10px;
    color:  #4f4f4f;
    box-shadow: 4px 4px 50px 4px #000;-webkit-box-shadow: 4px 4px 50px 4px #000;-moz-box-shadow: 4px 4px 50px 4px #000;
}

.popup-vendeur-mode .ev-popup-body > * {
    margin: auto;
    display: block;
    width: 70%;
    float: none;
    text-align: center;
}

.popup-vendeur-mode .button {
    height: 33px;
    line-height: 170%;
    font-size: 1.3em;
}