.button {
  height: 26px;
  background: url(../images/decorations/admin/button_up.png) repeat-x center top;
  float: right;
}
.button > .helper {
  height: 26px;
  background: url(../images/decorations/admin/button_up_left.png) no-repeat left top;
}
.button > .helper > a {
  display: block;
  padding: 5px 8px 3px;
  height: 20px;
  background: url(../images/decorations/admin/button_up_right.png) no-repeat right top;
  color: #333333;
  text-decoration: none;
}
.button > .helper > a:hover {
  color: #000000;
}

#comments {
  border: solid 1px #cccccc;
}
.comment {
  margin: 1px;
  padding: 10px;
  background-color: #eeeeee;
}
.comment.administrative {
  background-color: #4DA8DD;
  color: #ffffff;
}
.comment .info {
  margin: 0;
  padding-bottom: 2px;
  border-bottom: solid 1px #bbbbbb;
  font-size: 8pt;
}
.comment .body {
  margin: 0;
  padding-top: 4px;
  border-top: solid 1px #ffffff;
}
.comment .actions {
  position: relative;
  top: -2px;
  margin: 2px 0 0;
  font-size: 8pt;
  float: right;
}