.rbroundbox { background: url(../images/greenBack.gif) repeat; }
.rbtop div { background: url(../images/greenTL.gif) no-repeat top left; }
.rbtop { background: url(../images/greenTR.gif) no-repeat top right; }
.rbbot div { background: url(../images/greenBL.gif) no-repeat bottom left; }
.rbbot { background: url(../images/greenBR.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	height: 7px;
}

.rbcontent { 
	height: 449px;
	padding: 0px;
	}

.rbtext{
	margin: 0 7px 0 7px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.rbroundbox { 
	width: 272px; 
	float: left;
	margin-top: 10px;
	}
