div#help
{ position: absolute;
  top: 75px;
/*  right: 3px; */
left: 660;
  z-index: 5;
  font-size: 0.9em;
border: 1px solid #dddddd;
  font-family: arial, verdana, sans-serif;
  width: 139px;		/* IE5 commentary box model fix start */
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 137px;
}
html>body div#help 
{ 
  width: 137px;         /* IE5 commentary box model fix end */
}

/* help instructions styles --  Help popup functionality */
div.helpcontent
{ margin: 0px 0px;
  padding: 2px 0px 0px;
  border: none;
  font-family: arial, verdana, sans-serif;
  z-index: 10; 
/* having colour and background specified here reduces non-display problems 
   compared to having these specified in the #content div
*/
  background-color: #F3F9F0; 
  color: #307030; /* black; */
}

div.helpcontent a
{ display: block; 
  text-align: right; 
}

div.helpcontent p
{ margin: 10px 4px 0px 4px;
  line-height: 1.2em;
}

h3.help
{ margin: 3px 3px 0px 3px; 
  color: #307030; /* black; */
}

ul.help
{ margin-left: 20px;
  padding-left: 0px;
  color: #555;
}

li.help
{ margin-left: 0px;
}

img#helpImg
{ margin: 0px 19px;
}

img.helpimage
{ vertical-align: top;
  margin: 0px 0px 0px 0px;
}
