/* 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 */
}
div.focus { 
padding-left: 0;
padding-right: 0;
 }
div#content div.form { 
padding-left: 1em;
padding-right: 1em;
width: 85%;
 }
