.mw_admin_buttons {
  float: right;
  margin: 1.5em;
}

.mw_content_button {
  padding: 5px;
  background-color: #E2FDDB;
  border: 3px solid #C5ED47;
  -moz-border-radius: 5px;
  padding-left: 25px;
  color: #000;
  text-decoration: none;
  background-image: url(../images/mw_button.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

/* impromptu */
.content_editfade{
      position: absolute;
      background-color: #aaaaaa;
}
div.content_edit{
      width: 960px;
      height: 75%;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      position: absolute;
      background-color: #ffffff;
      font-size: 11px;
      text-align: left;
      border: solid 1px #eeeeee;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      padding: 7px;
      overflow: scroll;
}
div.content_edit .content_editcontainer{
      font-weight: bold;
}
div.content_edit .content_editclose{
      position: absolute;
      top: 4px; right: -2px;
      width: 18px;
      cursor: default;
      color: #bbbbbb;
      font-weight: bold;
}
div.content_edit .content_editmessage{
      padding: 10px;
      line-height: 20px;
      color: #444444;
}
div.content_edit .content_editbuttons{
  clear:both;
      text-align: right;
      padding: 5px 0 5px 0;
      border: solid 1px #eeeeee;
      background-color: #f4f4f4;
}
div.content_edit button{
      padding: 3px 10px;
      margin: 0 10px;
      background-color: #2F6073;
      border: solid 1px #f4f4f4;
      color: #ffffff;
      font-weight: bold;
      font-size: 12px;
}
div.content_edit button:hover{
      background-color: #728A8C;
}
div.content_edit button.content_editdefaultbutton{
      background-color: #BF5E26;
}
.content_editwarning .content_edit .content_editbuttons{
      background-color: #BF5E26;
}

