#simplemodal-overlay {
    background-color: #000;
    cursor: wait;
}

.simplemodal-data {
    width: 500px;
    min-height: 300px;
    background-color: #000;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid white;
}

.simplemodal-data .simplemodal-close {
    float: right;
    padding-right: 10px;
}

.simplemodal-inner {
    margin-top: 17px;
    text-align: left;
}

.modal-header {
    color: #fff;
    background-color: #78a42f;
    padding: 2px;
    font-weight: bold;
    
}

.modal-message {
    padding: 5px 15px 50px 5px;
}

.modal-bottom {
    margin-left: 67px;
    bottom: 10px;
    position: absolute;
    padding: 3px;
    width: 50px;
    text-align: center;
    font-weight: bold;
    border: 1px solid  #78a42f;
}

.modal-bottom:hover {
    color: #555;
    border: 1px solid #b5ea58;
    cursor: pointer;
}

