/* Since we limit listings in this catalog to UTK users, let's just hide the entire guest portion of the new user registration form and the notice to UTK users not to fill out the form (since the form won't be there). */
#theGuestPortionOfTheForm, #txtDoNotFillOut {
  display:none!important;
  visibility:hidden!important;
}