table.horsetab{
  border: silver 1px solid;
  margin-bottom: 30px;
  line-height: 22px;
}

table.horsetab td{
  border-bottom: 1px dotted silver;
  border-right: 1px dotted silver;
  padding-left: 3px;
  vertical-align: top;
}

table.horsetab IMG{
  border: 0px;
}

table.horsetab tr.first td.last,
table.horsetab tr.last td.last
{
  border-right: none;
}

table.horsetab tr.last td
{
  border-bottom: none;
}
/* --------------------------------------------------------------------------- */

table.tabdetail td{
  border-bottom: silver 1px dotted  !important;
  height: 100%;
}
.tb_border{
*  border-bottom-width: 1px !important;
*  border-bottom-style: dotted !important;
*  border-bottom-color: silver !important;
*  border-top: 1px dotted silver !important;
}
*html .tb_border{
  border-bottom-width: 1px !important;
  border-bottom-style: dotted !important;
  border-bottom-color: silver !important;
  border-top: 1px dotted silver !important;
}

table.tabdetail tr.last-detail td{
  border-bottom: none !important;
  height: 100%;
}
table.tabdetail td.detlast{
  border-right: none !important;
  height: 100%;
}
/* --------------------------------------------------------------------------- */

