/* set millions of background images */
#rbroundbox_green {
	background: url(../images/nt_green.gif) repeat;
	width: 165px;
	float: left;
	margin: 15px 0px 15px 0px;
}
#rbroundbox_green .rbtop div { background: url(../images/tl_green.gif) no-repeat top left; }
#rbroundbox_green .rbtop { background: url(../images/tr_green.gif) no-repeat top right; }
#rbroundbox_green .rbbot div { background: url(../images/bl_green.gif) no-repeat bottom left; }
#rbroundbox_green .rbbot { background: url(../images/br_green.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
}
.rbcontent {
	margin: 5px 10px 5px 10px;
	height: auto;
	width: 160px;
}
.rbroundbox {
	margin: 10px 0px 0px 0px;
}


#rbroundbox_gray {
	background: url(../images/nt_gray.gif) repeat;
	width: 180px;
	float: right;
	margin: 0px 0px 15px 10px;
}
#rbroundbox_gray .rbtop div { background: url(../images/tl_gray.gif) no-repeat top left; }
#rbroundbox_gray .rbtop { background: url(../images/tr_gray.gif) no-repeat top right; }
#rbroundbox_gray .rbbot div { background: url(../images/bl_gray.gif) no-repeat bottom left; }
#rbroundbox_gray .rbbot { background: url(../images/br_gray.gif) no-repeat bottom right; }
/* /round_corners.css */
