/* ---- [rounded corner, solid border, no dropshadow styles] ----*/
	.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
	.xboxcontent {display:block; padding:0 5px 0 5px; background:#fef9e3;}
		.xboxcontent p{margin:0;}
	.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
	.xb1, .xb2, .xb3 {height:1px;}
	.xb1 {margin:0 5px;}
	.xb2 {margin:0 3px; border-width:0 2px;}
	.xb3 {margin:0 2px;}
	.xb4 {height:2px; margin:0 1px;}

	/* Tan Background, Grey Border */
	.b2bbrc .xtop .xb1{background:#f1f1f1; height:2px;} /* Note: This should be the same color as your border */
	.b2bbrc .xtop .xb2, .b2bbrc .xtop .xb3{background:#fef9e3; border-left:2px solid #f1f1f1; border-right:2px solid #f1f1f1;}
	.b2bbrc .xtop .xb4 {background:#fef9e3; border-left:2px solid #f1f1f1; border-right:2px solid #f1f11f;}
	.b2bbrc .xbottom .xb1{background:#f1f1f1; height:2px;} /* Note: This should be the same color as your border */
	.b2bbrc .xbottom .xb2, .b2bbrc .xbottom .xb3, .b2bbrc .xbottom .xb4 {background:#fef9e3; border-left:2px solid #f1f1f1; border-right:2px solid #f1f1f1;}
	.b2bbrc .xboxcontent {border:0 solid #f1f1f1;border-width:0 2px;padding:0 10px 0 10px;}
