/* The following is needed for Mozilla to fix focus problem */
div.focus,
div.form { 
  position: relative;
  z-index: 30;
}
div.focus { 
padding-left: 0;
padding-right: 0;
 }
