form{}

form p.blockintro {color:#000;}
form div.block {background:#F0F0F0 none repeat scroll 0 0;color:#333333;margin:3px 0 15px;padding:5px;}

.toggle_form{background:#eee;padding:0px 5px 5px 5px;margin:5px 0px;}

/* Ordered List Styling Derived from A List Apart - http://www.alistapart.com/articles/prettyaccessibleforms */

form fieldset {
  margin-bottom: 10px;
}
form legend {
  padding: 0 2px;
  font-weight: bold;
}
form label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form fieldset ol {
  margin: 0;
  padding: 0;
}
form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form fieldset fieldset label {
  display: block;
  width: auto;
}
form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form label {
  width: 120px; /* Width of labels */
}
form fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}