/* CSS Document */

/* CSS courtesy of http://www.webcredible.co.uk/user-friendly-resources/css/css-round-corners-borders.shtml */

	
.t {background: url(borders/t.gif) 0 0 repeat-x; min-height: 1px; clear:both;}
.b {background: url(borders/b.gif) 0 100% repeat-x;}
.l {background: url(borders/l.gif) 0 0 repeat-y;}
.r {background: url(borders/r.gif) 100% 0 repeat-y;}
.bl {background: url(borders/bl.gif) 0 100% no-repeat;}
.br {background: url(borders/br.gif) 100% 100% no-repeat;}
.tl {background: url(borders/tl.gif) 0 0 no-repeat;}
.tr {background: url(borders/tr.gif) 100% 0 no-repeat; padding:4px 4px;} 



* html .tr {
	 height:1px;
	 }
	 
.m-t {background: url(borders/m-t.gif) center 0 no-repeat;}
.m-b {background: url(borders/m-t.gif) center 100%  no-repeat;}
.m-l {background: url(borders/m-l.gif) 0 0 repeat-y;}
.m-r {background: url(borders/m-r.gif) 100% 0 repeat-y;}
.m-bl {background: url(borders/m-bl.gif) 0 100% no-repeat;}
.m-br {background: url(borders/m-br.gif) 100% 100% no-repeat;}
.m-tl {background: url(borders/m-tl.gif) 0 0 no-repeat;}
.m-tr {background: url(borders/m-tr.gif) 100% 0 no-repeat; text-align:center;} 

* html .m-br {background: url(borders/m-br2.gif) 100% 100% no-repeat;}

* html .m-bl {background: url(borders/m-bl2.gif) 0 100% no-repeat;}