form.rigbyform fieldset { margin-bottom: 10px; }

form.rigbyform legend {
  padding: 0 2px;
  font-weight: bold;
  _margin: 0 -7px; /* IE Win */
  }

form.rigbyform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  }
  
form #email_prompt_form .rigbyform label {width:80px;}

/*  - spans are favored over Rigby's js hack for Gecko browsers */
form.rigbyform label {
  display: -moz-inline-box;
  }

form.rigbyform label span {
  display: block;
  }
/* mod end */
  
form.rigbyform fieldset ol {
  margin: 0;
  padding: 0;
  }

form.rigbyform fieldset li {
  float: left;
  clear: left;
  list-style: none;
  padding: 0 5px;
  margin: 0;
	width: 100%;  
  }

/*  - rails puts divs around fields with errors */
form.rigbyform div.fieldWithErrors {
  display: inline;
  }

form.rigbyform div.fieldWithErrors input {
  border-color: red;
  background: #FF7;
  }
/* mod end */

form.rigbyform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
  }

form.rigbyform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
  }

/*  - legends are oft unrestrained by the constraints of their parents  */
form.rigbyform fieldset fieldset legend span {
  display: block;
  /* use width to customize to your preference */
  }
/* mod end */

form.rigbyform fieldset fieldset label {
  display: block;
  width: auto;
  }

form.rigbyform em {
  font-weight: bold;
  font-style: normal;
  color: #3AF; /* bluish b/c red is ideally for errors */
  }

form.rigbyform label { width: 150px; } /* Width of labels */
form.rigbyform fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

