#edit-workbench-notification div.form-item,
#edit-workbench-notification input.form-text {
  display: block;
  width: 100%;
}

#edit-workbench-notification .form-item-recipients label,
#edit-workbench-notification .form-item-recipients .description {
  float:left;
  clear: both
}
#edit-workbench-notification .form-item-recipients .form-checkboxes label{
  float: none;
  clear:none;
}
#edit-workbench-notification .form-item-recipients #edit-recipients {
  width: 49%;
  float: left;
  clear: left;
}
#edit-workbench-notification .form-item-recipients #notification-recipients {
  width: 49%;
  float: right;

}
#edit-workbench-notification .form-item-recipients #notification-recipients ul {
  max-height: 250px;
  overflow: auto;
}

#edit-workbench-notification #edit-access-group,
#edit-workbench-notification .form-item-users,
#edit-workbench-notification .form-item {
  float: left;
}
#edit-workbench-notification .form-item.form-type-checkbox {
  float: none;
}

#edit-workbench-notification div#notification-recipients.processing {
  background: url(/misc/throbber.gif) center bottom no-repeat;
  height: 25px;
  width: 49%;
  float: right;
}
