table.feature {
  border-collapse: collapse;
  width: 625px;
  margin-bottom: 26px;
}

table.feature th {
  border: 1px solid #e5e9f2;
  background: #004882;
  padding: 6px;
  color: #fff;
  font-weight: bold;
}

table.feature td {
  border: 1px solid #e5e9f2;
  background: #acc0d3;
  padding: 6px;
  text-align: center;
}

table.feature td.item {
  font-weight: bold;
  text-align: left;
}

table.contact-us-small {
  width: 300px;	
}

table.contact-us-small th {
  text-align: left;
  font-weight: normal;
  width: 80px;
}

table.contact-us-small input, table.contact-us-small textarea {
  border: 1px solid #8590c5;
  width: 218px;
}

table.contact-us-small input.submit {
  width: 94px;
  border: 0;
}
