/* Help-Window */
#help_top {
  background-image: url(templates/images/help_top.gif);
  background-position:8px 0px;
  background-repeat: no-repeat;
  height: 50px;
  width:100%;
}

#help_content {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 350px;
  color: #000;
  font-size: 0.8em;
}

#help_content H1
{
  color: #000;
}

.moodalbox {
  background: url(templates/images/help_small_left.gif) no-repeat left center;
  padding-right: 35px;
  padding: 30px;
  padding-bottom: 5px;
  height: 100px;
}


