  #ssw-html-editor-block .mce-object {
    border: 1px dotted #3a3a3a;
    background: #d5d5d5 url(img/object.gif) no-repeat center
  }

  #ssw-html-editor-block .mce-pagebreak {
    cursor: default;
    display: block;
    border: 0;
    width: 100%;
    height: 5px;
    border: 1px dashed #666;
    margin-top: 15px
  }

  #ssw-html-editor-block .mce-item-anchor {
    cursor: default;
    display: inline-block;
    -webkit-user-select: all;
    -webkit-user-modify: read-only;
    -moz-user-select: all;
    -moz-user-modify: read-only;
    user-select: all;
    user-modify: read-only;
    width: 9px !important;
    height: 9px !important;
    border: 1px dotted #3a3a3a;
    background: #d5d5d5 url(img/anchor.gif) no-repeat center
  }

  #ssw-html-editor-block .mce-nbsp {
    background: #AAA
  }

  #ssw-html-editor-block hr {
    cursor: default
  }

  #ssw-html-editor-block .mce-match-marker {
    background: green;
    color: #fff
  }

  #ssw-html-editor-block .mce-spellchecker-word {
    background: url(img/wline.gif) repeat-x bottom left;
    cursor: default
  }

  #ssw-html-editor-block .mce-item-table, .mce-item-table td, .mce-item-table th, .mce-item-table caption {
    border: 1px dashed #BBB
  }

  #ssw-html-editor-block td.mce-item-selected, th.mce-item-selected {
    background-color: #39f !important
  }

  #ssw-html-editor-block .mce-edit-focus {
    outline: 1px dotted #333
  }