.RndBoxGrayContainer {
	background-color:#F2F2F2;
	padding:0px; /* 0px Padding added because we're using 4px padding for regular DIVS arround site */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.RndBoxGrayTop div { background: url(http://rgbconcept.com/CommonStyles/images/RndBoxGrayTL.gif) no-repeat top left; }
.RndBoxGrayTop { background: url(http://rgbconcept.com/CommonStyles/images/RndBoxGrayTR.gif) no-repeat top right; }
.RndBoxGrayBot div { background: url(http://rgbconcept.com/CommonStyles/images/RndBoxGrayBL.gif) no-repeat bottom left; }
.RndBoxGrayBot { background: url(http://rgbconcept.com/CommonStyles/images/RndBoxGrayBR.gif) no-repeat bottom right; }
.RndBoxGrayTop, .RndBoxGrayBot, .RndBoxGrayTop div, .RndBoxGrayBot div {
	width: 100%;
	height: 11px;
	padding: 0px; /* 0px Padding added because we're using 4px padding for regular DIVS arround site */
	margin:0px;
}
.RndBoxGrayContent {
	color:#666666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.RndBoxGrayContent p { padding:0px; }