/* set millions of background images  http://www.neuroticweb.com/recursos/css-rounded-box/index.php?color=267B4E&fondo=005C2C */
.rosa_rbroundbox { background: url(nt.gif) repeat; }
.rosa_rbtop div { background: url(tl.gif) no-repeat top left; }
.rosa_rbtop { background: url(tr.gif) no-repeat top right; }
.rosa_rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rosa_rbbot { background: url(br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rosa_rbtop div, .rosa_rbtop, .rosa_rbbot div, .rosa_rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rosa_rbcontent { margin: 0 7px; }
.rosa_rbroundbox { width: 80%; margin: 1em auto; }
