em { font-weight: bold; padding-right: 1em; vertical-align: top; }
em.error {
  background:url("/static/images/common/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
}
em.success {
  background:url("/static/images/common/checked.gif") no-repeat 0px 0px;
  padding-left: 16px;
}