.modal {
    background-color: #fff;
    display: none;
    /* width:350px; */
    padding: 15px;
    text-align: left;
    border: 2px solid #facbd6;

    /* opacity:0.8; */
    opacity: 1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
    border-radius: 5px;
    box-show: 0 0 50px #ccc;
}

.modal h2 {
    background: url(../imgs/info.gif) 0 0 no-repeat;
    margin: 0px;
    margin-bottom: 10px;
    padding: 10px 0 15px 45px;
    border-bottom: 1px solid #d2d2d2;
    font-size: 20px;
}

.modal p {
    font-size: 13px;
    line-height: 24px;
}

.modal .close, .modal-buttons button[type="submit"], confirm-yes {
    border: 1px solid #e62d59;
    background-color: #e62d59;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    margin-left: 60px;
    text-align: center;
    height: 35px;
    width: 60px;
    line-height: 20px;
}

.modal-buttons button[type="submit"] {
    background-color: #e62d59;
}
  
