 /*** Jiwa Web Design Website Style Sheet 
 roundedcorners.css
 Holds classes to created rounded corners &borders for boxes
 from  http://www.webcredible.co.uk/user-friendly-resources/css/css-round-corners-borders.shtml
 ***/ 
.t {background: url(../images/graphics/dot.gif) 0 0 repeat-x;}
.b {background: url(../images/graphics/dot.gif) 0 100% repeat-x}
.l {background: url(../images/graphics/dot.gif) 0 0 repeat-y}
.r {background: url(../images/graphics/dot.gif) 100% 0 repeat-y}
.bl {background: url(../images/graphics/bl.gif) 0 100% no-repeat}
.br {background: url(../images/graphics/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/graphics/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/graphics/tr.gif) 100% 0 no-repeat; padding:10px}
