div.bar {
  position: absolute;
  top: 0px;
  left: 72px;
  z-index: 10;
}

div.editBar {
  position: absolute;
  top: 15px;
  left: 250px;
  z-index: 5;
}

img.docEdit {
  border: 1px solid #bbb;
}

img.docEditHigh {
  border: 1px solid #333;
}

td.docState {
  width: 100px;
  text-align: center;
  color: black;
  background-color: #ffe;
  border: 1px solid #bbb;
  height: 16px;
}

input.title {
  width: 150px;
}

span.editTitle {
  margin-right:10px;
}

td.mceStatusbarBottom {
  color:black;
}

td.docEdit {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

table.bar {
  width: 156px;
  height: 18px;
}

div.arrow {
  position: absolute;
  top: 0px;
  left: 230px;
  z-index: 10;
}

