label {
  display: block;
  vertical-align: top;
  font-size: 0.8em;
} 

input {
  padding: 6px 4px;
  font-size: 120%;
  width: 500px;
}

input[type='submit'] {
  background: url("/support/login.png") no-repeat;
  height: 42px;
  cursor: pointer;
  text-indent: -9999px;
}

textarea {
  width: 500px;
  padding: 6px 4px;
  height: 150px;
}

fieldset {
  border: none;
}

#contact_details img {
  vertical-align: middle;
}

#error {
  color: red;
}

.box {
  margin-top: 13px;
}

.box h3 {
  margin-top: 0px;
}
