.textarea {
  border: 2 window-inset buttonshadow;
  overflow-x: auto;
  overflow-y: scroll;
  padding: 2;
  text-align: left;
  cursor: text;    
}
.toolbar
{
  /*background-color: gray;*/
  height: 26px;
}
.toolbutton
{
  border-bottom: e9e9e9 solid 1px; 
  border-left:  e9e9e9 solid 1px; 
  border-right: e9e9e9 solid 1px; 
  border-top: e9e9e9 solid 1px; 
}
.toolbutton_over
{
  border-bottom: black solid 1px; 
  border-left: white solid 1px; 
  border-right: black solid 1px; 
  border-top: white solid 1px; 
}
.toolbutton_down
{
  border-bottom: white solid 1px; 
  border-left: black solid 1px; 
  border-right: white solid 1px; 
  border-top: black solid 1px; 
  position: relative;
  top: 1px;
  left: 1px;
}
.tooldiv
{
  height: 22px;
  width: 2px;
  background-color: buttonface;   
  border-bottom: buttonhighlight solid 1px; 
  border-left: buttonshadow solid 1px; 
  border-right: buttonhighlight solid 1px; 
  border-top:  buttonshadow solid 1px; 
  margin: 0px 2px 0px 2px;
}

