.editor_button {
  font-size:8pt;
  font-family:Verdana;
  border:1px solid #A5ACB2;
  background-color:#F2F2F2;
  width:20px;
  height:20px;
  cursor:pointer;
  text-align:center;
}
.editor_button:hover {
  background-color:#A5E5A5;
}

.editor_td {
  width:24px;
  height:23px;
  vertical-align:bottom;
  text-align:left;
}
.editor_td_seperator {
  width:5px;
  height:23px;
  background-image:url("icons/editor/separator.gif");
  background-repeat:no-repeat;
  background-position:top left;
}

.editor_smilies {
  cursor:pointer;
  padding:1px 3px;
}