DIV.toolbar {
  border-top: 1px solid buttonhighlight;
  border-right: 1px solid buttonshadow;
  border-bottom: 1px solid buttonshadow;
  border-left: 1px solid buttonhighlight;
  padding: 2px;
}

DIV.toolbar, DIV.toolbar DIV {
  background: #EAE8E4;
}
DIV.toolbar DIV {
  border: 1px solid #EAE8E4;
  vertical-align: middle;
  text-align: center;
  cursor: default;
  padding: 0;
}

DIV.toolbar DIV.over {
  background: #B6BDD2;
  border: 1px solid #0A246A;
}

DIV.toolbar DIV.active {
  background: #D4D5D8;
  border: 1px solid #0A246A;
}

DIV.toolbar DIV.activeover {
  background: #8592B5;
  border: 1px solid #0A246A;
}

.editorcontent {
  border: 2px inset;
  overflow: scroll;
  margin: 0;
}

