div.management {
  background: #ffffff;
  padding: 20px;
}
a.manage {
  display: none;
  position: absolute;
  z-index: 9000;
  left: 0;
  top: 0;
  height: 24px;
  width: 100%;
  text-align: center;
  line-height: 24px;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
div.editable {
  position: relative;
  min-height: 24px;
}

span.empty {
  background: #fff;
  font-size: 11px;
}

div#author_bar {
  position: absolute;
  right: 5px;
  top: 5px;
  padding-left: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #444;
 
}
fieldset {
  margin: 5px 0 10px 0;
  padding: 5px;
  border: dashed 1px #999;
  display: block;
}
legend {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #a84700;
  padding-left: 16px;
  background: url(/images/cms/bullet_arrow_up.png) no-repeat;
}
fieldset.hidden {
  border: none;
  border-top: dashed 1px #999;
}
fieldset.hidden p,  fieldset.hidden table {
  display: none;
}
fieldset.hidden legend {
  background-image: url(/images/cms/bullet_arrow_down.png);
}

div.admin_bar {
  top: 0;
  width: 100%;
  z-index: 100;
}
div.admin_bar h3 {
  color: #ddd;
  font-size: 10px;
  text-indent: 5px;
}