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