.modal {
    background-color: #fff;
    display: none;
    min-width: 150px;
    padding: 15px 15px 5px 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 {
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    border-bottom: 2px solid #c81432; padding-bottom: 5px;
}



.modal p {
    font-size: 13px;
    line-height: 24px;
}

.modal .close, .modal-buttons button[type="submit"], confirm-yes {
    border: 1px solid #c81432;
    background-color: #c81432;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    height: 35px;
    width: 60px;
    line-height: 20px;
}

.modal-buttons button[type="submit"] {
    background-color: #c81432;
}
  
