@charset "utf-8";
/* CSS Document */
.dialog_editor_Error {
    float: left;
     width : 100%!important;
    height: 100%!important;
    margin: 0;
    padding: 0;
    background: none;
}
.dialog_editor_Error .dialog_content_totall {
    float: left;
    width: 100%!important;
    height: 100%!important;
    
}
.dialog_content_totall .dialog_top_left {
    float: left;
    width: 60px;
    height: 70px;
    overflow: hidden;
}
.dialog_top_left .dialog_error_img {
    float: left;
    width: 48px;
    height: 48px;
    background: url(../images/wrong.png) no-repeat;
    margin: 5px;
    _margin: 4px;
    overflow: hidden;
}
.dialog_top_left .dialog_confirm_img {
    float: left;
    width: 48px;
    height: 48px;
    background: url(../images/why.png) no-repeat;
    margin: 5px;
    _margin: 4px;
    overflow: hidden;
}
.dialog_top_left .dialog_alert_img {
    float: left;
    width: 48px;
    height: 48px;
    background: url(../images/wait.png) no-repeat;
    margin: 5px;
    _margin: 4px;
    overflow: hidden;
}
.dialog_top_left .dialog_Success_img {
    float: left;
    width: 48px;
    height: 48px;
    background: url(../images/yes.png) no-repeat;
    margin: 5px;
    _margin: 4px;
    overflow: hidden;
}
.dialog_content_totall .dialog_top_midd {
    /*height: 70px;*/
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 500px;
    height: 110px;
    line-height: 20px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
   
}
.dialog_top_midd .dialog_error_information {
    /*height: 70px;*/
     width: 100%;
    overflow: hidden;
    position: relative;
    color: #333;
    font: normal 14px/20px "微软雅黑";
    text-align: center;
    display: inline-block;
    padding-top: 0px!important;
    box-sizing: border-box;
    padding: 0 10px;
}
.dialog_top_midd .dialog_error_information img {
    /*position: absolute;
    left: 0px;
    top: 0;*/
    vertical-align: middle;
    display: block;
    margin:10px auto 0px;
}
.dialog_error_information span{
    display: block;
    padding: 0 41px;
    text-align: left;
}
.dialog_content_totall .dialog_button_img {
    float: left;
    width: 100%!important;
    height: 37px;
    overflow: hidden;
}
.dialog_button_img ul {
    float: left;
    width: 100%;
    height: 29px;
    text-align: center;
    display: flex;
    justify-content:center;
}
.dialog_button_img ul li {
    display:inline-block;
    text-align: center;
    width: 82px;
    line-height: 32px;
    margin-right:5px;
    margin-left: 5px;
    letter-spacing: 4px;
    font-size: 12px;
    color: #fff;
    background: url(../images/button_img.gif) no-repeat;
    cursor: pointer;
    background-size: 100% 100%
}
#cboxLoadedContent{
    padding-top:25px;
}

