body {
  background-color: #fff;
  color: #666;
  text-align: center;
  font-family: Trebuchet MS, sans-serif;
}

h1 {
  font-size: 160%;
  color: #9B5016;
  line-height: 1.5em;
}

p.note {
  font-size: 80%;
  line-height: 0.8em;
}

p.error {
  color: #900;
  background: #fff url('../img/exclamation_marker.gif') no-repeat center left;
  padding: 3px 3px 3px 24px;
  width: 330px;
  text-align: left;
}

span.mandatory {
  color: #900;
}

#contactform, #validateform {
  text-align: left;
  width: 400px;
}

#contactform label, #validateform label {
  width: 110px;
  float: left;
}

#contactform label.error, #validateform label.error {
  margin-left: 110px;
  width: auto;
  float: none;
  display: block;
  color: #900;
  font-size: 80%;
}

#contactform input.submit, #validateform input.submit, #captcha {
  margin-left: 110px;
}

table#contacttable {
  color: #000;
  text-align: left;
}
/*
table#contacttable td {
  padding: 8px 2px;
  vertical-align: top;
}

table#contacttable td.label {
  text-align: right;
  padding-right: 8px;
}
*/

input, textarea {
  padding: 2px;
  font-family: Trebuchet MS, sans-serif;
  font-size: 90%;  
  background-color: #fff;
  border: 1px solid #006;
}

input.focus, textarea.focus {
  background-color: #ffc;
  border: 1px solid #330000;
}

input.error, textarea.error {
  border: 1px dotted red;
}
