
/* set millions of background images */
.rbroundbox { background: url(nt.gif) repeat; 
/* Background color and gradients */  
background: #C58917;  
background: -moz-linear-gradient(top, #ECD672, #AF7817);  
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ECD672), to(#AF7817));  

 /* MSIE */
filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ECD672', EndColorStr='#AF7817', GradientType=0);

/* Borders */  

border:0px solid #C58917; 
-moz-box-shadow:inset 0px 0px 1px #edf9ff;  
-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
box-shadow:inset 0px 0px 1px #edf9ff;

}

.rbtop div { background: url(tla1.gif) no-repeat top left; }
.rbtop { background: url(tra1.gif) no-repeat top right; }
.rbbot div { background: url(bla1.gif) no-repeat bottom left; }
.rbbot { background: url(bra1.gif) no-repeat bottom right; }


/* height and width stuff, width not really necessary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 9px;
font-size: 1px;
}

.rbcontent { margin: 0 6px; }
.rbroundbox { width:20%; margin: 1em auto; }



 
