.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;height: 216px;top:50%;left:50%;margin:-188px 0 0 -238px;opacity:0;border: 1px solid #948497;background-color: #fff;}
.simpleAlertBodyClose{ display:none;}
.simpleAlertBodyContent{position: absolute;top:20%;width:96%;height:48px;overflow-y:auto;left: 2%;text-align: center;font-size: 18px;color: #333;}
.simpleAlertBtn{position:absolute;width: 70px;height: 34px;top:60%;border: none;cursor:pointer;border-radius: 5px;color: #fff;font-size: 16px;}
.simpleAlertBtn1{background-color: #de0010;left: 25%;}
.simpleAlertBtn2{background-color: #f7f7f7;color: #333;right: 25%;}
.onlyOne{width: 150px;height: 50px;left: 50%; transform:translateX(-50%)}