.dialog{
    font-weight: bold;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.loadModal{
    width: 500px;
    height: 350px;
    background: #f4f4f4;
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
    margin-top: -175px;
    margin-left: -250px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    display: none;
    
}


.before, .after{
    padding: 10px;
}

.after h1{
    text-align: center;
    padding-top: 35px;
    font-size: 22px;
    line-height: 35px;
}
.after h2{
    text-align: center;
    padding: 5px;
    padding-top: 30px;
    font-size: 18px;
    line-height: 25px;
}

.before h1 {
    text-align: center;
    font-size: 28px;
    padding-top: 70px;
}

.loading{
    width: 32px;
    margin: 0 auto;
    padding-top: 50px;
}


.success{
    width: 100px;
    margin: 0 auto;
}

.close_btn{
    position: absolute;
    right: 5px;
    top: 5px;
}
