#inquiry {
  width: 700px;
}

#inquiry table {
  border-top: 1px solid #cccccc;
  border-bottom: none;
  border-left: none;
  border-right: none;
  font-size: 100%;
  width: 100%;
}

#inquiry td {
  border-top: none;
  border-bottom: 1px solid #cccccc;
  border-left: none;
  border-right: none;
  padding: 5px;
}

#inquiry th {
  border-top: none;
  border-bottom: 1px solid #cccccc;
  border-left: none;
  border-right: none;
  background-color: #f3f3f3;
  font-weight: normal;
  padding: 5px;
  width: 200px;
}

#inquiry th.mandatory {
  
}

#inquiry th em {
  font-style: normal;
  color: #ff0000;
  padding-left: 5px;
}

#inquiry .submit {
  text-align: center;
  margin-top: 15px;
}

.text1, .text2, .text3 {
  border: 1px solid #cccccc;
  background-color: #f3f3f3;
  padding: 2px;
}

#contact_name:focus, #contact_name:active,
#contact_email:focus, #contact_email:active,
#contact_category:focus, #contact_category:active,
#contact_body:focus, #contact_body:active {
  border: 2px solid black; background: #ffd;
}

#inquiry select {
  border: 1px solid #cccccc;
  background-color: #f3f3f3;
}
