.glabel_alert_out{
    width:100%;
    height:100%;
    background: #000000;
    opacity:0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    position: fixed;
    top:0;
    left:0;
    z-index:100000;
    display: none;
}
.alertDiv{
    width:40%;
    min-width: 455px;
    margin:0 auto;
    position: fixed;
    z-index:100001;
    top:20%;
    left:30%;
    background: #ffffff;
    padding-bottom: 20px;
    display: none;
}
.alertTitle{
    padding:10px 0;
    font-size:18px;
    width:100%;
    color: #fff;
    text-align: center;
    background: #26aa9d;
    margin:0;
}
.alertTip{
    color: #ff5500;
    padding:10px 0;
    padding-left:20px;
    margin: 0;
}
.alertMsgDiv{
    padding:10px 20px 30px;
    margin-bottom: 20px;
}
.alertMsg{
    display: inline-block;
    width: 100%;
    line-height: 2em;
    text-align: center;
}
.alertBtnDiv{
    width:100%;
    text-align: center;
}
.alertBtnDiv button{
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 4px;
    border:none;
    background: #26aa9d;
}
.alertBtnDiv button:first-child{
    margin-right: 20px;
}
.alertBtnDiv .bgGray{
    background: #ccc;
}