form#newUserForm li#spam {
	display: none;
}
form#newUserForm input.text {
  background: transparent url(../images/input_big.gif) no-repeat;
 margin: 1px 12px 0 10px;
 padding: 2px 5px 0 5px;
 width: 201px;
 height: 19px;
border: none;
}
form#newUserForm fieldset {
  margin-bottom: 10px;
  margin-top: 10px;
  border: none;
}
form#newUserForm h3 {
 font-size: 14pt;
 font-weight: normal;
 color: white;
 padding: 4px 0 0 16px;
 margin: 0 0 20px 0;
 background: #ff6b00;
 height: 32px;
 width: 98%;
 display: block;
}
form#newUserForm label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  font-weight: bold;
}
form#newUserForm label.error {
  display: block;
  font-weight: normal;
  width: 100%;

}
form#newUserForm fieldset ol {
  margin: 0;
  padding: 0;
}
form#newUserForm fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form#newUserForm fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form#newUserForm fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form#newUserForm fieldset fieldset label {
  display: block;
  width: auto;
}
form#newUserForm em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form#newUserForm label {
  width: 120px; /* Width of labels */
}
form#newUserForm fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
ul.users {
	list-style: none;
}
