.simpleAlert {
    position: fixed;
    z-index: 1000;
}

.simpleAlertShelter {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.simpleAlertBody {
    position: fixed;
    display: none;
    width: 476px;
    min-height: 216px;
    top: 50%;
    left: 50%;
    margin: -178px 0 0 -238px;
    opacity: 0;
    border: 1px solid #18bd8b;
    background-color: #fff;
}

.simpleAlertBodyClose {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 4px;
    right: 8px;
    padding: 5px;
    cursor: pointer;
    z-index: 9;
    color: #fff;
    font-size: 18px;
}

.simpleAlertBodyTitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 461px;
    padding-left: 15px;
    height: 48px;
    line-height: 48px;
    overflow-y: auto;
    background-color: #18bd8b;
    text-align: left;
    font-size: 18px;
    color: #fff;
    font-weight: 800;
}

.simpleAlertBodyContent {
    position: relative;
    padding: 90px 0 80px 0;
    width: 90%;
    min-height: 28px;
    overflow-y: auto;
    left: 5%;
    text-align: center;
    font-weight: 500;
    color: #333;
    font-size: 16px;
    line-height: 28px;
}

.simpleAlertBtn {
    position: absolute;
    width: 100px;
    height: 34px;
    bottom: 8%;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    outline: none;
}

.simpleAlertBtn1 {
    background-color: #18bd8b;
    left: 25%;
}

.simpleAlertBtn2 {
    background-color: #f7f7f7;
    color: #333;
    right: 25%;
}

.onlyOne {
    width: 200px;
    height: 36px;
    left: 138px;
}