form {
  margin-top: 40px;
  margin-left: 40px;
  margin-bottom: 40px;
}

form table {
  width: 90%;
}

form table caption {
  font-size: 18px;
  padding: 15px;
  font-weight: bold;
}

form table th {
  text-align: right;
}

input, textarea, select {
  background-color: #bfdeff;
  color: #07008e;
  border: 1px solid;
}

input {
  border-color: Navy;
  margin-right: 20px;
}

textarea {
  font-family: arial;
  width: 100%;
  height: 10em;
}

select {
  width: 10em; /* for normal browsers */
}
select.multi {
  width: 30em;
  height: 10.02em; /* kind of IE hack */
}

ul.error_list {
  list-style-type: none;
  color: #E05959;
}

tfoot {
  text-align: center;
  line-height: 150%;
  margin-top: 40px;
}

ul.radio_list {
  list-style-type: none;
  margin-left: -40px; /* for normal browers */
  _margin-left: 0px; /* for IE */
}

ul.radio_list li input {
  border: none;
}
