/***********************************************/
/* curves.css                                  */
/***********************************************/

.t {background: url(images/graydot.gif) 0 0 repeat-x}
.b {background: url(images/graydot.gif) 0 100% repeat-x}
.l {background: url(images/graydot.gif) 0 0 repeat-y}
.r {background: url(images/graydot.gif) 100% 0 repeat-y} 

.bl {background: url(images/blgray.gif) 0 100% no-repeat}
.br {background: url(images/brgray.gif) 100% 100% no-repeat}
.tl {background: url(images/tlgray.gif) 0 0 no-repeat}
.tr {background: url(images/trgray.gif) 100% 0 no-repeat; padding:10px}
