#contact-form {
  float: left;
  width: 50%;
}

#form{
  width: 100%;
}

#form th{
  min-width: 100px;
}

#form, #form tr, #form th, #form td {
  border: none;
}

#form th{
  text-align: right;
  font-weight: normal;
  vertical-align: text-top;
}

#form input[type=text], #form textarea{
  width: 100%;
}

#form .error_list, #form .error_list li{
  list-style: none;
  margin: 0;
  padding: 0;
  color: red;
}

#form tfoot tr td{
  text-align: center;
}
