/*
	RoundedBorders by Simon Cole 2008
*/
.rounded .t {background: url(../images/RoundedBorders/dot.gif) 0 0 repeat-x; width: auto;}
.rounded .b {background: url(../images/RoundedBorders/dot.gif) 0 100% repeat-x}
.rounded .l {background: url(../images/RoundedBorders/dot.gif) 0 0 repeat-y}
.rounded .r {background: url(../images/RoundedBorders/dot.gif) 100% 0 repeat-y}
.rounded .bl {background: url(../images/RoundedBorders/bl.gif) 0 100% no-repeat}
.rounded .br {background: url(../images/RoundedBorders/br.gif) 100% 100% no-repeat}
.rounded .tl {background: url(../images/RoundedBorders/tl.gif) 0 0 no-repeat}
.rounded .tr {background: url(../images/RoundedBorders/tr.gif) 100% 0 no-repeat;padding:10px}
