form {
  margin-left: 15px;
}
form p {
  width: 450px;
  margin: 1.25em 0 0 -18px;
  padding: 0;
  font-size: 1em;
}
form label {
  padding-left: 18px;
  display: block;
  font-weight: bold;
}
form span { /* notes above text boxes */
  display: block;
  margin-top: -.2em;
  padding-left: 18px;
  font-size: .9em;
  line-height: 1.4;
}
form label.error {
  background: url(/template/images/error.png) 0 3px no-repeat;
  color: #000;
}
form label.ok {
  background: url(/template/images/ok.png) 0 3px no-repeat;
}
form .six {
  width: 450px;
}

input, select, textarea {
  background: #fcfcfc;
}
input:focus, textarea:focus, select:focus {
  background: #ffe;
}

p.required {
  position: absolute;
  top: 2em;
  right: 0;
  text-align: right;
  color: #c00;
  margin: 0 17px 0 0;
}
p.required span, form label span { /* req'd astrisk */
  color: #C00;
  font-size: 1.3em;
  font-weight: bold;
  display: inline;
  padding: 0;
}

#content ul.nobullet {
  border: dotted #ccc;
  border-width: 1px 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.nobullet li {
  margin: 1em 0;
}
ul.nobullet li h4 {
  font-size: 1em;
}

#submit {
  clear: left;
  margin-top: 1.75em;
  display: block;
}

#submitted {
  color: #900;
}