/* Rounded */
.rbroundbox { background: url(/Images/Rounded/nt.gif) repeat; }
.rbtop div { background: url(/Images/Rounded/tl.gif) no-repeat top left; }
.rbtop { background: url(/Images/Rounded/tr.gif) no-repeat top right; }
.rbbot div { background: url(/Images/Rounded/bl.gif) no-repeat bottom left; }
.rbbot { background: url(/Images/Rounded/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 3px auto; }


/* Rounded  yellow*/
.rbroundboxY { background: url(/Images/Rounded/nt-y.gif) repeat; }
.rbtopY div { background: url(/Images/Rounded/tl-y.gif) no-repeat top left; }
.rbtopY { background: url(/Images/Rounded/tr-y.gif) no-repeat top right; }
.rbbotY div { background: url(/Images/Rounded/bl-y.gif) no-repeat bottom left; }
.rbbotY { background: url(/Images/Rounded/br-y.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtopY div, .rbtopY, .rbbotY div, .rbbotY {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontentY { margin: 0 7px; }
.rbroundboxY { width: 100%; margin: 1em auto; }


/* Rounded  gray*/
.rbroundboxG { background: url(/Images/Rounded/nt-g.gif) repeat; }
.rbtopG div { background: url(/Images/Rounded/tl-g.gif) no-repeat top left; }
.rbtopG { background: url(/Images/Rounded/tr-g.gif) no-repeat top right; }
.rbbotG div { background: url(/Images/Rounded/bl-g.gif) no-repeat bottom left; }
.rbbotG { background: url(/Images/Rounded/br-g.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtopG div, .rbtopG, .rbbotG div, .rbbotG {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontentG { margin: 0 7px; }
.rbroundboxG { width: 95%; margin: 1em auto; }

