/* The following is needed for Mozilla to fix focus problem */
div.focus,
div.form { 
  position: relative;
  z-index: 30;
  *position: normal; /* reset Mozilla fix so IE layout is OK */
  *z-index: inherit; /* reset Mozilla fix so IE layout is OK */
}
