/* CSS Document */
.t {background: url(img/dot_t.gif) 0 0 repeat-x; width: 100%;}
.b {background: url(img/dot_b.gif) 0 100% repeat-x}
.l {background: url(img/dot_l.gif) 0 0 repeat-y}
.r {background: url(img/dot.gif) 100% 0 repeat-y}
.bl {background: url(img/b_l.gif) 0 100% no-repeat}
.br {background: url(img/b_r.gif) 100% 100% no-repeat}
.tl {background: url(img/t_l.gif) 0 0 no-repeat}
.tr {background: url(img/t_r.gif) 100% 0 no-repeat; padding:8px; margin:0 } 



