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

#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;
}
