div.enqform
{
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  background-color: #daedfb;
  color: #000;
  color: #1883cb;
  font-weight: bold;
}
form.enqform strong
{
    color: #1883cb;
}
form.enqform textarea
{
    width: 380px;
    height: 120px;
}
form.enqform fieldset {
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  background-color: #daedfb;
  color: #000;
}
form.enqform legend {
  margin-bottom: -15px;
  padding: 0 2px;
  color: #1883cb;
  font-weight: bold;
}
form.enqform label {
  clear: left;
  float: left;
  font-weight: bold;
  display: block;
  line-height: 1.8;
  vertical-align: top;
  color: #1883cb;
  width: 140px; /* Width of labels */
}
form.enqform fieldset ol {
  margin: 0;
  padding: 0;
}
form.enqform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.enqform em {
  font-weight: bold;
  font-style: normal;
}
form.enqform .radio
{
    width: auto;
}
form.enqform .btn 
{
    clear: both;
    display: block;
    float: right;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 84px;
    height: 24px;
    border:1px solid #850101;
    color: #FFF;
    font-weight: bold;
    font-size: x-small;
    text-decoration:none;
    background:transparent url(/images/topnav_background.gif) repeat-x scroll center;
}
form.enqform .btn:hover
{
    background:transparent url(/images/topnav_background_over.gif) repeat-x scroll center;
}