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

/* height and width stuff, width not really nessisary. */
.yel_rbtop div, .yel_rbtop, .yel_rbbot div, .yel_rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.yel_rbcontent { margin: 0 7px; }
.yel_rbroundbox { width: 80%; margin: 1em auto; }
