form {
  margin: 0;
}

fieldset {
  border: 1px solid #3305eb;
  margin: 1.5em 0;
  padding: .5em;
}

label {
  cursor: pointer;
}

legend {
  color: #3305eb;
  font-weight: bold;
  padding: 0 2px;
}

.errors {
  color: #3305eb;
}

.formButtons {
  text-align: center;
}

#Fkeywords2 {
  width: 75%;
}

/* Keep the "Section" drop-down list from extending out past the right
   margin and breaking the layout. */
#Fsection {
  width: 95%;
}

.formItems {
  margin: .75em 0;
}

.formItems label {
  display: block;
  float: left;
  text-align: right;
  width: 30%;
}

.formItems span.spacer, div.formItems div.spacer {
  clear: both;
  display: block;
  height: 1px;
  overflow: hidden;
}

p.formItems span, div.formItems div {
  display: block;
  margin-left: 30%;
  padding-left: 1em;
}

p.formItems span label, div.formItems div label {
  display: inline;
  float: none;
  padding: 0;
  margin: 0;
  /* Account for IE5/Win bug that keeps the same width for unfloated, inline <label> tags
     as for floated, block-level <label> tags. */
  width: auto;
}

/* IE/Win places a top margin on block-level items and moves the form input elements
   down an equal distance as the top margin. */
div.formItems div * { margin-top: 0; }

