/*------- Help Div css -------*/

#help {

  display: none; 
  position: absolute;

  font-family: sans-serif;
  font-size: 11px;

}

#help #tl {

  width: 8px;
  height: 18px;
  background: url(img/bg/tl.png) top left no-repeat;

}

#help #t {

  width: 100px;
  height: 18px;
  background: url(img/bg/t.png) top left repeat-x;

}

#help #t #text {

  margin: 0 0 0 12px;
  width: 26px;
  height: 18px;
  background: url(img/bg/text.png) top left no-repeat;

}

#help #tr {

  width: 8px;
  height: 18px;
  background: url(img/bg/tr.png) top right no-repeat;

}

#help #l {

  width: 8px;
  height: 30px;
  background: url(img/bg/l.png) top left repeat-y;

}

#help #m {

  background: url(img/bg/m.png) top left;

}

#help #r {

  width: 8px;
  background: url(img/bg/r.png) top right repeat-y;

}

#help #bl {

  width: 8px;
  height: 10px;
  background: url(img/bg/bl.png) top left no-repeat;

}

#help #b {

  height: 10px;
  background: url(img/bg/b.png) top left repeat-x;

}

#help #br {

  width: 8px;
  height: 10px;
  background: url(img/bg/br.png) top right no-repeat;

}

.helpobj {

  width: 22px;
  height: 22px;
  margin: 2px 0 0 10px;
  background: url(img/help_but.png) no-repeat;
  border: 0;
  cursor: pointer;

}


/*---- Help Object Content CSS ----*/


#help #m #hocontentbox {

  width: 200px;
  height: 50px;
  margin: 3px;

}

#help #m #hocontentbox #hotitlebox {

  width: 100%;
  height: 100%;

}

#help #m #hocontentbox #hotitlebox #hotitle {

  padding: 0 10px 6px 2px;
  cursor: default;

  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #4244ae;

}

#help #m #hocontentbox #hotitlebox #hoclose {

  width: 16px;
  padding: 0 0 6px 0;
  text-align: right;
  vertical-align: top;

}

#help #m #hocontentbox #hotitlebox #hoclose img {

  border: 0;
  cursor: pointer;

}

#help #m #hocontentbox #hocontent {

  padding: 5px 2px 0 2px;
  border-top: 1px solid #bdbee5;
  cursor: default;
  text-align: justify;

  color: #333333;

}


/*---- Help Object Content CSS ----*/



/*------- Help Div css -------*/