#portal-top {
  z-index: 1;
  }
input {
  overflow:visible;
  }
#livesearchLegend {
  margin-left:-7px;
  }
.photoAlbumEntry a:hover .photoAlbumEntryTitle  {
  background-color:rgb(241,241,241);
  cursor:pointer;
  }
/* Adding required bullet */
.fieldRequired {
  z-index: expression(runtimeStyle.zIndex = 1, insertAdjacentHTML('afterBegin', '<span class="required-bullet">■ </span>'));
  }
.required-bullet {
  color:#f00;
  }
/* Removing horizontal scroll */
.pb-ajax {
  overflow-x:hidden;
  }
.collapsible .collapser.collapsed {
  z-index: expression(runtimeStyle.zIndex = 1, insertAdjacentHTML('afterEnd', '&#9658;'));
  }
.collapsible .collapser.expanded {
  z-index: expression(runtimeStyle.zIndex = 1, insertAdjacentHTML('beforeEnd', '&#9660;'));
  }
#theme-globalnav li,
#portal-siteactions,
.documentActions,
#portal-personaltools-wrapper,
#user-name,
.credits,
#subscribe-links .subsribeItem,
.colophonWrapper {
  display:inline;
  }
#portal-searchbox .searchButton {
  height:23px;
  }
#action-menu
.action-menu-content,
.carousel-title {
  zoom:1;
  }
#theme-globalnav {
  position:relative;
  z-index:3;
  }