.textEditorToolbar {
  cursor: default;
  background: ButtonFace;
  padding: 1px 1px 1px 1px;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  width: 100%;
  height: 20px;
}

.pressedButton {
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  margin-left:2px;
  margin-bottom: 2px;
  color: ButtonText;  
  padding: 0px;  
  width: 18px;
  height: 18px;
}

.normalButton {
  border: 1px ButtonFace solid;
  margin-left:3px;
  margin-bottom: 3px;  		
  color: ButtonText;  
  padding: 0px;
  width: 18px;
  height: 18px;    
}

.buttonHover {
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  margin-left:3px;
  margin-bottom: 3px;  
  padding: 0px;
  width: 18px;
  height: 18px;    
}

.separator {
  margin-bottom: 3px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 0px;
  border-left: 1px solid ButtonShadow;
  border-right: 1px solid ButtonHighlight;
  width: 0px;
  height: 16px;
  padding: 0px;
  position:relative;
  top: -9px;
}

.editorDropDownList {
 position: relative;
 top: -9px;
 padding: 0px;
 margin: 0px;
}
