.myalert_fade {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(img/blank.png);
    top: 0;
    z-index: 499;
}

.myalert {
    position: relative;
    margin: 300px auto;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid rgb(202, 202, 214);
    padding: 30px 20px;
    max-width: 400px;
    color: #2e2e2e;
    font-size: 15px;
}

.myalert h2 {
    
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    margin-top: -12px;
    margin-bottom: 26px;
}


.myalert_status {
    
    margin: 100px auto;
    text-align: center;
    background-color: #ffffff;
    border: #000000;
    padding: 20px;
    width: 350px;
}

.myalert_close {
    position: absolute;
    right: 0;
    
    margin-top: -12px;
    margin-right: 15px;
    width: 13px;
    height: 13px;
    cursor: pointer;
    background-image: url(img/close.png);
    
}