#content fieldset {
  margin: 5px 10px;
  padding: 0px;
  border: 0px;
  border-top: 1px solid #ccc;
  float: left;
}

#content fieldset legend {
  margin: 0px;
  margin-left: -10px;
  margin-bottom: 5px;
  padding-right: 10px;
  float: left;
  font-weight: bold;
}

#content fieldset div.button {
  margin: 0px 5px;
  padding: 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  float: left;
  font-size: 9px;
  line-height: 12px;
}

#content fieldset div.button img {
  border: none;
}

.admin_button {
  margin: 10px;
  padding: 25px;
  width: 175px;
  height: 175px;
  float: left;
  text-align: center;
  background: #eee;
  border: 1px solid #ccc;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  cursor: pointer;
  color: #888;
}

.admin_button:hover {
  background: #ccc;
  border: 1px solid #888;
  color: #000;
}

.admin_button img {
  margin: 10px auto;
}

.clear {
  clear: both;
}