#NOTEStextControl label,
#NOTEStextControl input,
#NOTEStextControl em {
  display: block;
}

/* these are the styles for the user comments / NOTES pages
   these are now constructed using dl/dt/dd */

.NOTES-list {
  margin: 1em 0;
  padding: 0 0.3em 0.3em;
}
.NOTE-header {
  margin: 0;
  padding: 0.3em 0 0.2em 0;
}
.NOTE-body {
  margin: 0;
  padding: 0.4em;
}
.NOTE-body p:first-child {
  margin-top: 0;
}
.NOTE-body p {
  margin-bottom: 0;
}

.NOTES label {
  display: block;
  margin-top: 1em;
}

#NOTESsubmit {
  display:block;
  margin-top: 1em;
}

.NOTE-body div {
  margin-top: 3em;
}
.NOTE-body div:first-child {
  margin-top: 0;
}
