#roundcornerbox {
  border-width:0px; 
  border-spacing: 0px;
  border-collapse: collapse;
}

td.imgTL { 
  background-repeat:no-repeat;
  background-position:bottom right;
  background-image: url(../roundcorner_img/box_tl.gif); 
  width: 14px;
  height: 12px;
}


td.imgTR { 
  background-repeat:no-repeat;
  background-position:bottom left;
  background-image: url(../roundcorner_img/box_tr.gif); 
  width: 14px;
  height: 12px;
}


td.imgBL { 
  background-repeat:no-repeat;
  background-position:top right;
  background-image: url(../roundcorner_img/box_bl.gif); 
  width: 14px;
  height: 12px;
}

td.imgBR { 
  background-repeat:no-repeat;
  background-position:top left;
  background-image: url(../roundcorner_img/box_br.gif); 
  width: 14px;
  height: 12px;
}

td.imgCT {
  background-repeat:repeat-x;
  background-position:bottom left;
  background-image: url(../roundcorner_img/box_ct.gif); 
}


td.imgCB { 
  background-repeat:repeat-x;
  background-position:top left;
  background-image: url(../roundcorner_img/box_cb.gif); 
}

td.imgCL { 
  background-repeat:repeat-y;
  background-position:top right;
  background-image: url(../roundcorner_img/box_cl.gif); 
}

td.imgCR { 
  background-repeat:repeat-y;
  background-position:top left;
  background-image: url(../roundcorner_img/box_cr.gif); 
}




