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


/* COMPLETE */
		form#dataEntry .complete {
			border:1px solid #f00;
		}
		form#dataEntry p.complete {
			color:#e00;
			display:block;
		}

