.cleditorMain {
    margin-bottom: 4px;
    height: 535px !important;
    overflow: hidden;
}

.cleditorMain,
.cleditorPopup,
.cleditorMain * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cleditorMain iframe {
    border: none;
    margin: 0;
    padding: 20px !important;
    height: 500px !important;
    width: 100% !important;
    background-color: rgba(255,255,255,0.5);
}

.cleditorMain iframe body {
    font-family: sen !important;
}

.cleditorMain textarea {
    overflow-y: auto;
    font-size: inherit;
    font-family: inherit;
    resize: none;
    outline: none;
    height: 100% !important;
    width: 100%;
    padding: 20px !important;
    box-sizing: border-box;
}

.cleditorToolbar {
    background-color: rgba(255,255,255,0.5);
    margin-bottom: 4px;
    height: 31px !important;
}

.cleditorGroup {
    float: left;
    height: 32px;
}

.cleditorButton {
    float: left;
    width: 32px;
    height: 31px;
    background: url('images/sprite_32.png');
}

.cleditorDisabled {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.cleditorDivider {
    float: left;
    width: 1px;
    height: 32px;
    background: #000;
}

.cleditorPopup {
    color: #333333;
    position: absolute;
    font: 10pt Arial,Verdana!important;
    cursor: default;
    z-index: 10000;
    border: 1px solid #000;
    border-top: 0;
    padding: 20px !important;
}

.cleditorPopup input[type=text] {
    background-color: rgba(0,0,0,0.2);
    border: 0;
    padding: 10px;
    margin-bottom: 20px;
}

.cleditorPopup input[type=button] {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    border: 0;
    padding: 10px 20px;
}

.cleditorPopup input[type=button]:HOVER {
    background-color: #000;
    cursor: pointer;
}

.cleditorPopup label:FIRST-CHILD {
    float: left;
}

.cleditorPopup label:LAST-CHILD {
    float: right;
}

.cleditorPopup div {
    padding: 5px 10px;
    border-bottom: 1px solid #000;
}

.cleditorList p,
.cleditorList h1,
.cleditorList h2,
.cleditorList h3,
.cleditorList h4,
.cleditorList h5,
.cleditorList h6,
.cleditorList font {
    padding: 0;
    margin: 0;
    background-color: Transparent;
}

.cleditorColor {
    width: 150px;
    padding: 1px 0 0 1px;
    background-color: #000;
}

.cleditorColor div {
    float: left;
    width: 14px;
    height: 14px;
    margin: 0 1px 1px 0;
}

.cleditorPrompt {
    background-color: #fff;
    padding: 8px;
    font-size: 8.5pt;
}

.cleditorPrompt label {
    padding-bottom: 8px;
}

.cleditorMsg {
    background-color: #fff;
    width: 200px;
    padding: 4px;
    font-size: 14px;
}
