.clear {
  clear: both; }

a:visited, a {
  color: #7E8B16;
  text-decoration: underline; }

img {
  border: none; }

h1 {
  font-size: 1.2em; }

h2 {
  line-height: 1.2em; }

html body {
  font: 15px/16px Helvetica, Arial, sans-serif;
  background-color: #fff;
  margin: auto;
  width: 700px; }
  html body #header {
    margin: 10px;
    margin-bottom: 20px; }
  html body #content {
    text-align: left;
    padding: 4px; }
    html body #content label {
      display: block;
      float: left;
      width: 180px;
      text-align: right;
      padding-right: 7px; }
    html body #content label.checkbox {
      width: auto; }
    html body #content #support_requests table tr td.name {
      width: 500px; }
    html body #content #support_requests table tr td {
      width: 150px; }
    html body #content ul li {
      margin-top: 5px; }
  html body #footer {
    text-align: center;
    padding-top: 150px;
    margin: 10px; }
    html body #footer .left {
      float: left; }
    html body #footer .right {
      float: right; }
  html body .help, html body .flash {
    width: 383px;
    color: #000;
    background-color: #AEBB46;
    border: 2px solid #7E8B16;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 16px;
    float: right;
    padding-right: 108px; }
    html body .help a, html body .flash a {
      color: #fff; }
  html body .flash {
    float: none;
    width: 100%; }
