/* Round box Orange */

.rbroundbox { background: url(img/nt.gif) repeat;color:#FFFFFF;}
.rbtop div { background: url(img/tl.gif) no-repeat top left; }
.rbtop { background: url(img/tr.gif) no-repeat top right; }
.rbbot div { background: url(img/bl.gif) no-repeat bottom left; }
.rbbot { background: url(img/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;
color:#FFFFFF;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 310px; margin: 1em auto; }


/* Round box Green */
.rbroundbox2 { background: url(img/nt2.gif) repeat; color:#FFFFFF;}
.rbtop2 div { background: url(img/tl2.gif) no-repeat top left; }
.rbtop2 { background: url(img/tr2.gif) no-repeat top right; }
.rbbot2 div { background: url(img/bl2.gif) no-repeat bottom left; }
.rbbot2 { background: url(img/br2.gif) no-repeat bottom right; }
/* height and width stuff, width not really nessisary. */
.rbtop2 div, .rbtop2, .rbbot2 div, .rbbot2 {
width: 100%;
height: 7px;
font-size: 1px;

}
.rbcontent2 { margin: 0 7px; }
.rbroundbox2 { width: 310px; margin: 1em auto; color:#FFFFFF}


/* Round box light Blue */
.rbroundbox3 { background: url(img/nt3.gif) repeat;color:#FFFFFF}
.rbtop3 div { background: url(img/tl3.gif) no-repeat top left; }
.rbtop3 { background: url(img/tr3.gif) no-repeat top right; }
.rbbot3 div { background: url(img/bl3.gif) no-repeat bottom left; }
.rbbot3 { background: url(img/br3.gif) no-repeat bottom right; }
/* height and width stuff, width not really nessisary. */
.rbtop3 div, .rbtop3, .rbbot3 div, .rbbot3 {
width: 100%;
height: 7px;
font-size: 1px;

}
.rbcontent3 { margin: 0 7px; }
.rbroundbox3 { width: 100%; margin: 1em auto;color:#FFFFFF}

