#inqForm {
  width: 600px;
  margin: 0 auto;
}
#inqForm a:link,
#inqForm a:visited {
  color: #05f;
  text-decoration: underline;
}
#inqForm a:hover,
#inqForm a:active {
  color: #f60;
  text-decoration: underline;
}
#inqForm h2 {
  width: 597px;
  height: 41px;
  margin: 20px 0;
  background: url(../images/title.gif) no-repeat left top;
  text-indent: -99999px;
  overflow: hidden;
}
#inqForm h3 {
  background-color: #ddd;
  padding: 10px 5px;
  margin: 12px 0;
  font-size: 10px;
  font-weight: bold;
}
#inqForm h3.colRed {
  color: #f00;
  font-size: 12px;
  padding: 10px 5px;
}
#inqForm h4 {
  padding: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  border-color: #9db372;
  border-style: double none;
  border-width: 3px 0;
}
#inqForm h4 span {
  color: #f60;
}
#inqForm table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
#inqForm table th,
#inqForm table td {
  padding: 5px;
  border: 1px solid #9db372;
}
#inqForm table th {
  background-color: #dfedc6;
  width: 100px;
  font-weight: bold;
}
#inqForm table th span {
  font-size: 10px;
  color: #f00;
  font-weight: normal;
}
#inqForm table td .red {
  font-size: 10px;
  color: #f00;
  margin-left: 5px;
}
#inqForm .checkList li {
  display: block;
  float: left;
  min-width: 130px;
  margin-right: 10px;
  padding-bottom: 3px;
}
* html #inqForm .checkList li {
  width: 130px;
}
#inqForm .checkList li.wide {
  width: 300px;
}
#inqForm .checkList2 li {
  display: block;
  float: left;
  margin-right: 20px;
  padding-bottom: 3px;
}
#inqForm input.style01 {
  width: 60px;
}
#inqForm input.style02 {
  width: 240px;
  margin-right: 5px;
}
#inqForm textarea.style01 {
  width: 450px;
}
#inqForm .error {
  color: #f00;
  margin-bottom: 10px;
}
#inqForm .button {
  text-align: center;
  margin-bottom: 20px;
}
#inqForm .button strong {
  display: block;
}