.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix{
overflow:hidden;
}
* html .clearfix{
height:1%;
overflow:visible;
}
.MixiEditorMenu {
    margin: 10px 0;
    padding: 0;
}
.MixiEditorMenu .menuButton {
    float: left;
    text-indent: -1000px;
    display: block;
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin-right: 8px;
    border: 0;
    padding: 0;
}
.MixiEditorMenu .pictograph {
    background: url(/static/img/basic/button/insert_icon001.gif) no-repeat;
}
.MixiEditorMenu .color {
    background: url(/static/img/basic/button/select_color001.gif) no-repeat;
}
.MixiEditorMenu .large {
    background: url(/static/img/basic/button/enlarge_font002.gif) no-repeat;
}
.MixiEditorMenu .small {
    background: url(/static/img/basic/button/reduce_font002.gif) no-repeat;
}
.MixiEditorMenu .strong {
    background: url(/static/img/basic/button/boldface001.gif) no-repeat;
}
.MixiEditorMenu .del {
    background: url(/static/img/basic/button/strike001.gif) no-repeat;
}
.MixiEditorMenu .link {
    background: url(/static/img/basic/button/insert_url001.gif) no-repeat;
}
.MixiEditorMenu .blockquote {
    background: url(/static/img/basic/button/insert_quotation001.gif) no-repeat;
}
.MixiEditorMenu .photo_album {
    background: url(/static/img/basic/button/insert_photo001.gif) no-repeat;
}
.MixiEditorPicPanel {
    position: absolute;
    width: 351px;
    z-index: 999999;
    border: 1px #FF9933 solid;
    background: #FFF4E0; 
    cursor: pointer;
}
.MixiEditorPicPanel .pictograph {
    float: left;
}
.MixiEditorColorPanel {
    position: absolute;
    width: 120px;
    z-index: 1000;
    border: 1px #FF9933 solid;
    cursor: pointer;
    background: #FFF4E0;
}
.MixiEditorColorPanel .titleBar,
.MixiEditorPicPanel .titleBar,
.MixiEditorPicPanel .pageBar {
    background: #FF9933;
}
.MixiEditorColorPanel .titleBar .title,
.MixiEditorPicPanel .titleBar .title,
.MixiEditorPicPanel .pageBar .page{
    line-height: 1.5;
    font-size: 12px;
    color: #FFFFFF;
    padding-left: 8px;
    float: left;
}

.MixiEditorPicPanel .titleBar .selected,
.MixiEditorPicPanel .pageBar .selected {
    font-size: 12px;
    color: #000000;
}

.MixiEditorColorPanel .titleBar .close,
.MixiEditorPicPanel .titleBar .close {
    float: right;
    width: 12px;
    height: 11px;
    background: url(/static/img/p_close_rev.gif) no-repeat;
    cursor: pointer;
}

.MixiEditorPicPanel .pageBar .page {
    float: right;
}
.MixiEditorColorPanel .colorCell {
    width: 20px;
    height: 20px;
    float: left;
}
.pictograph {
    margin: 0;
}

