.form
{
	width: 690px
}

.form legend {
  position: relative;
  left: -7px;
  top: -0.75em;
}

.form legend span span
{
  width:690px;
}

.form fieldset ol {
  padding-top: 1.25em;
  zoom: 1;
}

.form fieldset {
  position: relative;
}

/* nesting */
.form fieldset fieldset legend {
  top: 0;
}

.form fieldset.submit ol {
  display: inline;
  width: 440px;
  clear: left;
  float:left;
}

.form fieldset.submit ol li {
  display: inline;
  float:none;
  width: 141px;
}

.form fieldset.submit label
{
  display:none;
}
