.dashed_hline {
  padding: 0px;
  margin: 0px;
  line-height: 1px;
  font-size: 1px;
  height: 2px;
  float: left;
  width: 100%;
  background: transparent url('/img/lines/dashed_hline.gif') center repeat-x;  
}
.tiny_dashed_hline {
  padding: 0px;
  margin: 0px;
  line-height: 1px;
  font-size: 1px;
  height: 1px;
  float: left;
  width: 100%;
  background: transparent url('/img/lines/dashed_hline.gif') center repeat-x;  
}
.dotted_vline {
  background: transparent url('/img/lines/dotted_vline.gif') left repeat-y;  
}
