body,html {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 1.7em;
}

/* style form */
form dt {
  width: 105px;
  display: block;
  float: left;
  clear: left;
}

form dd {
  margin-left: 0;
  float: left;
}

#submit {
  background-color: #E0E0E0;
  border: 0 none;
  color: #A73A50;
  font-weight: bold;
  height: 20px;
}

input {
  border: 1px solid #B6B6B6;
}

