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;
}
form .eight {
	width: 594px;
}

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

p.required {
  color: #c00;
  margin: 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: 1em 0;
  display: block;
	background: #A6EB66;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 8px 1.5em;
	font-size: 1.3em;
	color: #333;
}
#submit:active {
	-webkit-box-shadow: 1px 1px 8px #999 inset;
	-moz-box-shadow: 1px 1px 8px #999 inset;
	box-shadow: 1px 1px 8px #999 inset;
}
#submit.working {
    background-color: rgba(166, 235, 102, 0.4);
    color: rgba(0, 0, 0, 0.2);
}

#submitted {
  color: #900;
}