@charset "utf-8";
/* CSS Document */
#cboxTitle{     position: absolute;
    top: 0px;
    *top:-20px;
    left: 0;
    line-height: 28px;
    background: #eaeaea;
    *background: #eaeaea;
    text-align: left;
    text-indent: 10px;
    width: 100%;
    font-weight: normal;
    color: #000;
    font-size: 14px;
    border: 1px solid #eee;
}
#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight{
    background:none;
}
.dialog_editor_Error {
    float: left;
     width : 100%!important;
    height: 100%!important;
    margin: 0;
    padding: 0;
    background: none;
    z-index: 9999;
}
.dialog_editor_Error .dialog_content_totall {
    float: left;
    width : 100%!important;
    height:150px!important;

    overflow: hidden;
}
.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;
    display: block;
}
.dialog_content_totall .dialog_top_midd {
    width: 336px;
    height:130px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
        display: table-cell;
      vertical-align: middle;
      text-align: center;
}
.dialog_content_totall{
    height: 150px!important;
}
.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 {
    vertical-align: middle;
    width: 40px;
    height: 40px;
    display: block;
    margin: 10px auto 5px;
}
.dialog_error_information span{
    display: block;
    padding: 0 41px;
    text-align: left;
}
.dialog_content_totall .dialog_button_img {
    float: left;
    width: 336px!important;
    height: 37px;
    overflow: hidden;
    position: absolute;
    /*bottom: 10px*/
}
.dialog_button_img ul {
    float: left;
    width: 100%;
    height: 29px;
    text-align: center;
    margin-left: 0!important
}
.dialog_button_img ul li {
    /*float: right;*/
    text-align: center;
    width: 80px;
    height: 25px;
    line-height: 25px;
    letter-spacing: 4px;
    padding: 4px 9px;
    margin-top: 0px;
    margin-right:5px;
     margin-left:5px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    background: #2775F4;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    font-family: '微软雅黑' ;
    /*position: absolute;*/
    /*bottom:6px;*/
    /*right: 15px;*/
}
