.forum-group {
  margin-top: 1.3em;
  margin-bottom: 1.3em;
  background-color: #f7f7f7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }
  .forum-group h2, .forum-group ul {
    float: left; }
  .forum-group h2, .forum-group ul, .forum-group label {
    margin-left: 0.5em;
    margin-right: 0.5em; }
  .forum-group ul li {
    margin-top: 1.3em;
    margin-bottom: 1.3em; }
  .forum-group ul img {
    float: left;
    clear: left;
    margin-right: 0.5em; }
  .forum-group h2 {
    text-align: center;
    width: 15%; }
  .forum-group ul {
    width: 40%; }
  .forum-group input {
    display: inline; }
  .forum-group a {
    display: block; }
    .forum-group a:hover {
      text-decoration: none;
      background-color: #dfdfdf; }
  .forum-group h3 {
    margin-bottom: 0.325em; }
  .forum-group .metadata {
    margin: 0;
    color: black;
    font-size: 0.875em; }

#body > form {
  margin-bottom: 1.3em; }

#topics {
  width: 100%;
  border: 1px solid #dfdfdf;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background-color: #f7f7f7; }
  #topics table {
    width: 100%; }
    #topics table thead {
      background: url(http://s.vocabulink.com/img/header-gradient.gif) repeat-x bottom;
      border-bottom: 1px solid #dfdfdf; }
    #topics table tbody {
      background-color: white; }
    #topics table th, #topics table td {
      padding: 0.5em;
      vertical-align: middle; }
      #topics table th.topic form, #topics table td.topic form {
        display: inline; }
        #topics table th.topic form input, #topics table td.topic form input {
          padding-top: 0.15em;
          padding-bottom: 0.15em; }
    #topics table .votes {
      width: 4em;
      line-height: 1em; }
    #topics table .votes, #topics table .replies, #topics table .author, #topics table .last {
      text-align: center; }

fieldset {
  border: 1px solid black;
  padding-left: 0.65em;
  padding-right: 1.3em; }
  fieldset table {
    border-spacing: 0 1.3em; }
  fieldset th {
    text-align: right; }
  fieldset input[type="text"], fieldset input[type="file"] {
    width: 100%; }
  fieldset input[type="submit"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }

a.vote-arrow {
  display: block;
  width: 28px;
  height: 14px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(http://s.vocabulink.com/img/updown.png);
  background-repeat: no-repeat; }
  a.vote-arrow:focus {
    outline: 0; }
  a.vote-arrow.up {
    background-position: 4px 2px; }
  a.vote-arrow.down {
    background-position: 4px -11px;
    margin-top: 2px; }
  a.vote-arrow.up:hover {
    background-position: 4px -24px; }
  a.vote-arrow.down:hover {
    background-position: 4px -37px; }
