#SubTitle h2 {
  background: none;
}

table.products {
  width: 910px;
  margin: 20px 15px;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
@media (max-width: 991px) {
  table.products {
    width: 97%;
    margin: 5px;
  }
}
table.products th {
  text-align: center;
  background-color: #ededed;
  font-weight: bold;
  padding: 5px 10px;
  vertical-align: top;
  font-size: 100%;
  line-height: 130%;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  white-space: nowrap;
}
@media (max-width: 991px) {
  table.products th {
    font-size: 90%;
    line-height: 110%;
    padding: 5px;
  }
}
table.products td {
  vertical-align: top;
  font-size: 100%;
  line-height: 150%;
  padding: 5px 20px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
@media (max-width: 991px) {
  table.products td {
    font-size: 90%;
    line-height: 110%;
    padding: 5px;
  }
}

table.form1 {
  width: 910px;
  margin: 20px 15px;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
@media (max-width: 991px) {
  table.form1 {
    width: 97%;
    margin: 5px;
  }
}
table.form1 th {
  text-align: center;
  background-color: #ededed;
  font-weight: bold;
  padding: 5px 10px;
  vertical-align: top;
  font-size: 100%;
  line-height: 130%;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  white-space: nowrap;
}
@media (max-width: 991px) {
  table.form1 th {
    white-space: normal;
    font-size: 90%;
    line-height: 100%;
    padding: 5px;
  }
}
table.form1 th.label {
  width: 20%;
}
table.form1 td {
  vertical-align: top;
  font-size: 100%;
  line-height: 150%;
  padding: 5px 20px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
@media (max-width: 991px) {
  table.form1 td {
    font-size: 90%;
    line-height: 100%;
    padding: 5px;
  }
}
table.form1 td div {
  padding-top: 4px;
}

.focus {
  background: #ffebf2;
}

div#errorMessage {
  background: #ffffff;
  color: #ff0000;
  border: 1px solid #ff0000;
  padding: 10px;
  margin: 10px 15px;
}

div.button {
  text-align: center;
  padding: 0 0 30px 0;
}
div.button input {
  color: #900;
  font-weight: bold;
  font-size: 150%;
  text-transform: uppercase;
  margin: 0 10px;
  width: 200px;
}

.textbox-ss {
  width: 40px;
}

.textbox-s {
  width: 100px;
}

.textbox {
  width: 200px;
}

.textbox-l {
  width: 400px;
}
@media (max-width: 991px) {
  .textbox-l {
    width: 100%;
  }
}

.textbox-ll {
  width: 600px;
}

.textbox-zip1 {
  width: 30px;
}

.textbox-zip2 {
  width: 40px;
}

.textarea {
  width: 600px;
  height: 200px;
}
