/* Compiled Wed Jan 25 17:38:13 GMT 2012 */
/* Edit enqform.src, not this file */
/* Table layout for enquiries form */

form.enqform {
  margin: 0;
  padding: 0;
  width: 90%;
}

table.enqform, table.newsform {
  margin: 0;
  padding:0;
  width: 100%;
}

table.enqform * {
  background: #f0f0c0;
  color: black;
}

table.enqform tr {
  vertical-align: top;
}

 table.enqform th {
  text-align: right;
  font-weight: bold;
}

table.enqform td {
  text-align: left;
  font-weight: normal;
}

