div.join{
  margin-bottom: 25px;
  padding-bottom: 25px !important;
}

div.join h2
{
  font: bold 13px verdana;
  color: #252525;
  border-bottom: 1px solid #b9dc89;
  clear: both;
  padding: 20px 0 0 0;
  margin: 0;
  width: 500px !important;
  display: block;
}
div.join dl
{
  width: 527px;
  margin: 0;
  
}
div.join dl dd
{
  width: 125px;
  float: left;
  margin: 3px 0 3px 20px;
  padding: 0;

}
div.join dl dd span{
  border-bottom: 1px dashed #000;
  cursor: default;
}
div.join dl dd.loc
{
  width: 200px;
  clear: both;
}
div.join div#infoBox{
  width: 208px;
  border: 1px solid #bea6c8;
  background: url('../images/infoBox_grad.gif') repeat-x top left;
  padding: 0 0 10px 10px;
  position: absolute;
  top: 70px;
  right: 10px;
}
div.join div#infoBox p
{
  width: 185px;
  margin: 0;
  padding: 10px 0;
  font: 11px verdana;
  border-bottom: 1px dashed #959595;
}
div.join div#infoBox p strong { display: block;}
div.join div#infoBox p.last { border: 0; }
