

body {
  font: 100% Constantia, "Lucida Bright", "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  line-height: 120%;
  background: #fff;
  padding: 10px 20px 0;
  width: 600px;
}

h1 {
  font-size: 1.4em;
  margin: 0 0 30px;
}

p {
  font-size: 0.9em;
}

p.error {
	display: none;
	margin: 0;
}

dl {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}

dt {}

dd {
  margin: 5px 0 10px;
}

dt#name-label, dt#email-label, dt#postalAddress-label {
  float: left;
  margin: 10px 0;
  clear: right;
}

dt#captcha-label {
  clear: both;
  margin-top: 30px;
}

dd#name-element, dd#email-element, dd#postalAddress-element {
  margin: 10px 0;
  float: right;
  display: block;
}

dd#postalAddress-element {
  margin-bottom: 30px;
}

input {
  height: 20px;
  font-size: 100%;
  width: 400px;
}

input#name, input#email {
	background: #fff url(../images/formbg.png) repeat-x 0 0;
}

textarea#postalAddress {
	background: #fff url(../images/textbg.png) repeat-x 0 0;
  height: 100px;
  width: 405px;
  font-size: 120%;
}

input#submit {
	margin-top: 5px;
  width: auto;
  font-size: small;
}

/*------------------------------------------------------------errors------------------------------------------------------------*/


p.error {
  color: #812824;
  font-weight: bold;
  margin: 10px 0 5px;
}

ul.errors {
  margin: 0;
  padding: 0;
  color: #812824;
  font-weight: bold;
}

ul.errors li {
  list-style: none;
  margin: 5px 0 -10px;
}














