
/* ORANGE BOX */
.rbroundboxorange { background: url(images/orange.gif) repeat; }
.rbtoporange div { background: url(images/tl_orange.gif) no-repeat top left; }
.rbtoporange { background: url(images/tr_orange.gif) no-repeat top right; }
.rbbotorange div { background: url(images/bl_orange.gif) no-repeat bottom left; }
.rbbotorange { background: url(images/br_orange.gif) no-repeat bottom right; }

/* height and width stuff, width not really necissary. */
.rbtoporange div, .rbtoporange, .rbbotorange div, .rbbotorange {
width: 100%;
height: 7px;

font-size: 1px;
}
.rbcontentorange { margin: 0 7px; }
.rbroundboxorange { width:100%;   }

/* BLUE BOX */
.rbroundboxblue { background: url(images/blue.gif) repeat; }
.rbtopblue div { background: url(images/tl_blue.gif) no-repeat top left; }
.rbtopblue { background: url(images/tr_blue.gif) no-repeat top right; }
.rbbotblue div { background: url(images/bl_blue.gif) no-repeat bottom left; }
.rbbotblue { background: url(images/br_blue.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtopblue div, .rbtopblue, .rbbotblue div, .rbbotblue {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontentblue { margin: 0 7px; }
.rbroundboxblue { width: 100%;  }

/* Pink BOX */
.rbroundboxpink { background: url(images/pink.gif) repeat; }
.rbtoppink div { background: url(images/tl_pink.gif) no-repeat top left; }
.rbtoppink { background: url(images/tr_pink.gif) no-repeat top right; }
.rbbotpink div { background: url(images/bl_pink.gif) no-repeat bottom left; }
.rbbotpink { background: url(images/br_pink.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtoppink div, .rbtoppink, .rbbotpink div, .rbbotpink {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontentpink { margin: 0 7px; }
.rbroundboxpink { width: 100%;  }


/* green BOX */
.rbroundboxgreen { background: url(images/green.gif) repeat; }
.rbtopgreen div { background: url(images/tl_green.gif) no-repeat top left; }
.rbtopgreen { background: url(images/tr_green.gif) no-repeat top right; }
.rbbotgreen div { background: url(images/bl_green.gif) no-repeat bottom left; }
.rbbotgreen { background: url(images/br_green.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtopgreen div, .rbtopgreen, .rbbotgreen div, .rbbotgreen {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontentgreen { margin: 0 7px; }
.rbroundboxgreen { width: 100%;  }