/** fix kindeditor **/
.htmledit img {
    margin-left: 10px;
    margin-right: 10px;
}

.htmledit {
    /*color: #000000;*/
    font-size: 14px;
}

.htmledit span {
    word-warp:break-word;
    word-break:normal;
}

.htmledit li p {
    padding: 0;
}

.htmledit p, .htmledit div {word-wrap: break-word;}
.htmledit p {margin:5px 0;}
.htmledit table {border-collapse:collapse;}
.htmledit img {border:0;}
.htmledit noscript {display:none;}
.htmledit table.ke-zeroborder td {border:1px dotted #AAA;}

.htmledit img.ke-anchor {
    border:1px dashed #666;
    width:16px;
    height:16px;
}
.ke-script, .ke-noscript, .ke-display-none {
    display:none;
    font-size:0;
    width:0;
    height:0;
}
.ke-pagebreak {
    border:1px dotted #AAA;
    font-size:0;
    height:2px;
}