div.help-link {
  cursor: pointer;
  display: inline;
  float: left;
  width: 18px;
  height: 18px;
  background: transparent url(../../gfx/help.gif) no-repeat top left;
}

div.help-link:hover {
  background: transparent url(../../gfx/help.gif) no-repeat 1px 1px;
}

div.helpwrapper {
  position: absolute;
  top: 1px;
  left: 1px;
  visibility: hidden;
  background-color: transparent;
  z-index: 30;
  width: 400px;
  min-height: 300px;
}

div.helpwrapper div.helpdialog {
  border: 0;
  margin: 0;
  padding: 0;
  width: 400px;
  min-height: 300px;
  background-color: #ffffff;
  border: solid 1px #cacac8;
}

div.helpwrapper div.helpdialog div.header {
  cursor: pointer;
  width: 400px;
  height: 22px;
  overflow: hidden;
  clear: both;
  font-size: 1em;
  font-weight: bold;
  color: #4B1D39;
}

div.helpwrapper div.helpdialog div.header div#help-header {
  padding-top: 3px;
  padding-left: 5px;
  float: left;
  display: inline;
  width: 370px;
}

div.helpwrapper div.helpdialog div.header div#help-close {
  cursor: pointer;
  display: inline;
  margin-right: 5px;
  margin-top: 3px;
  float: right;
  width: 16px;
  height: 16px;
  background: transparent url(../../gfx/close.gif) no-repeat top left;
}

div.helpwrapper div.helpdialog div.header div#help-close:hover {
  background: transparent url(../../gfx/close.gif) no-repeat 1px 1px;
}

div.helpwrapper div.helpdialog div.header div.padding {
  padding-left: 5px;
  padding-top: 4px;
  padding-bottom: 3px;
}

div.helpwrapper div.helpdialog div.main {
  background-color: #ffffff;
}

div.helpwrapper div.helpdialog div.main div.padding {
  padding: 5px;
  width: 386px;
}

div.helpwrapper div.helpdialog div.main div.padding div#help-content {
  min-height: 200px;
  max-height: 400px;
  width: 381px;
  padding-right: 5px;
  overflow: auto;
}

div.helpwrapper div.helpdialog div.bottom {
  width: 400px;
  height: 6px;
  overflow: hidden;
  clear: both;
}

div.helpwrapper div.helpdialog div.main h1 {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  padding: 0px;
  margin: 0px;
  color: black;
}

div.helpwrapper div.helpdialog div.main h2 {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  padding: 0px;
  margin: 0px;
  color: maroon;
}

div.helpwrapper div.helpdialog div.main h3 {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  padding: 0px;
  margin: 0px;
  color: black;
}
