/*
  tc_3d.css
*/


#tc_3d_box_top {
  background-image: url('tc_3d_box_top.gif');
  background-repeat: no-repeat;
  height: 30px;
}

#tc_3d_box_middle {
  background-image: url('tc_3d_box_middle.gif');
  background-repeat: repeat-y;
}

#tc_3d_box_bottom {
  background-image: url('tc_3d_box_bottom.gif');
  height: 37px;
}

