html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#mh_layer {
    background-color: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
}

#mh_dialog {
    width: 70%;
    min-height: 100px;
    text-align: center;
    border-radius: 8px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -35%;
    margin-top: -56px;
    z-index: 10000000;
    background-color: #fff;
    background-repeat: no-repeat;
    /*line-height: 140px;*/
    display: none;
    letter-spacing: 1px;
}
#mh_dialog div{
    font-size: 14px;
    margin-top: 50px;
}
.mh_msgbox{
    width:500px !important;
    margin-top:-175px !important;
	margin-left:-250px  !important;
    background-image: url('../images/warning.png');
    color: #333333;
    background-size: 32px 32px;
    background-position: 10px 15px;
    border: 4px #0093d5 solid;
}
.mh_msgboxm{
    background-image: url('../images/warning.png');
    color: #333333;
    margin-top: -220px !important;
    background-size: 32px 32px;
    background-position: 10px 15px;
    border: 4px #0093d5 solid;
}
.mh_success {
    background-image: url('../images/success.png');
    color: #333333;
    background-size: 32px 32px;
    background-position: center 15px;
    border: 4px #0093d5 solid;
}

.mh_loading {
    background-image: url('../images/loading.gif');
    color: #333333;
    background-size: 50px 50px;
    background-position: center 15px;
    border: 4px #333333 solid;
}
.mh_maskloading {
    background-image: url('../images/loading.gif');
    color: #333333;
    background-size: 50px 50px;
    background-position: center 15px;
    border: 4px #333333 solid;
    width:30% !important;
    margin-left: -15% !important;
}

.mh_warning {
    background-image: url('../images/warning.png');
    color: #333333;
    background-size: 32px 32px;
    background-position: center 15px;
    border: 4px #F90 solid;
}

.mh_error {
    background-image: url('../images/error.png');
    color: #333333;
    background-size: 32px 32px;
    background-position: center 15px;
    border: 4px #F00 solid;
}