/* bunny 2005-10-13: new contact form styles */
.stdwidth, .formlabel {
  width: 550px;
}

.stdwidth input {
  width: 95%;
  font: 100% Verdana, sans-serif;
  /* hide padding from ie5/5.5 because they mess it up */
  padding/**/:/**/ 4px 4px;
}

.stdwidth select {
  font: 100% Verdana, sans-serif;
}

.stdwidth textarea {
  width: 95%;
  font: 100% Verdana, sans-serif;
  padding/**/:/**/ 4px 4px;
}

.formlabel {
}

.formcontainer {
  padding: 0 1em;
  width: 550px;
}

/* hack to get the right font sizes on ie5 and 5.5 */
#frmContact td {
  font-size: 0.8em;
  /* the following comment hides it from ie5 and 5.5 */
  font-size/**/:/**/ 1em;
}

/* each form type gets its own background colour */
.frmlost {
  background: #ddf;
}

.frmsug {
  background: #dfd;
}

.frmtech {
  background: #eee;
}

.frmmisc {
  background: #edf;
}


