 .editor-container {
  margin: 1px;
}

 .editor-container .editor-text-button {
  font-size: 11px;
  font-weight: bold;
  background-color: #fff;
  color: #444;
  text-align: center;
}

 .editor-container .editor-text-button,
 .editor-container .editor-image-button,
#editor-help .editor-text-button,
#editor-help .editor-image-button {
  margin: 0;
  border: 1px solid #ccc;
  padding: 0;
  height: 16px;
  width: 16px;
  cursor: pointer;
}
 .sep {
  margin:0 4px;
}
.editor-container .editor-text-button:hover,
.editor-container .editor-image-button:hover,
#editor-help .editor-text-button:hover,
#editor-help .editor-image-button:hover {
  border-color: #ffcc66;
}
.editor-container .stay-clicked {
  border-color: #f00;
}

#editor-help {
  width: 400px;
  background-color: #fff;
}

#editor-dialog.editor-popup {
  z-index: 10;
  position: absolute;
  border: 1px solid #000;
  font: 12px verdana;
  width: auto;
  text-align: left;
  background-color: #999;
}
#editor-dialog tr.head {
  border-top: 1px solid #000;
  cursor: move;
}
#editor-dialog td.titl {
  font-size: 1.1em;
  font-weight: bold;
  margin:0;
}
#editor-dialog td.close {
  font-weight: bold;
  text-align: right;
  padding-right: 4px;
}
#editor-dialog td.close a {
  cursor: pointer;
  font-size: 1.3em;
  color:#000;
}
#editor-dialog td.close a:hover {
  text-decoration: none;
}
#editor-dialog tbody {
  border: none;
}