/* first example */

 /* set background images for corners */
.rbroundbox { background:   url("../img/rounded/simple_background.gif") repeat; }
.rbtop div  { background:   url("../img/rounded/simple_top_left.gif") no-repeat top left; }
.rbtop      { background:   url("../img/rounded/simple_top_right.gif") no-repeat top right; }
.rbbot div  { background:   url("../img/rounded/simple_bottom_left.gif") no-repeat bottom left; }
.rbbot      { background:   url("../img/rounded/simple_bottom_right.gif") no-repeat bottom right; }

 /* height and width details */
.rbtop, 
.rbtop div,
.rbbot,
.rbbot div {
	width: 100%;
	height: 14px;
	font-size: 1px;
}

.rbcontent  { margin: 0 14px;}

.rbroundbox { margin: 0 0 10px 0;}

/* second example */

 /* set background images for corners */
.rbroundbox2    { background:   url("../img/rounded/corners_bg.gif") repeat;}

.rbroundbox2 .rbtop         { background:   url("../img/rounded/corners_top.gif") repeat-x; }
.rbroundbox2 .rbtop div     { background:   url("../img/rounded/corners_top_left.gif") no-repeat top left; }
.rbroundbox2 .rbtop div div { background:   url("../img/rounded/corners_top_right.gif") no-repeat top right; }

.rbroundbox2 .rbbot         { background:   url("../img/rounded/corners_bottom.gif") repeat-x; }
.rbroundbox2 .rbbot div     { background:   url("../img/rounded/corners_bottom_left.gif") no-repeat top left; }
.rbroundbox2 .rbbot div div { background:   url("../img/rounded/corners_bottom_right.gif") no-repeat top right; }

.rbroundbox2 .rbcontentwrap { background:   url("../img/rounded/corners_left.gif") repeat-y; }
.rbroundbox2 .rbcontent     { background:   url("../img/rounded/corners_right.gif") repeat-y right; }

 
 /* height and width details */
.rbroundbox2 .rbtop div, 
.rbroundbox2 .rbtop,
.rbroundbox2 .rbbot div,
.rbroundbox2 .rbbot {
	width: 100%;
	height: 26px;
	font-size: 1px;
}
.rbroundbox2 .rbcontent  { padding: 1px 2em; margin: 0;  }
.rbroundbox2 .rbroundbox { width: auto;  }




/* other CSS rules */

.rbroundbox p, #realcontent .rbroundbox p { padding: 0; margin: 1em 0 0 0; }

img {border:0}

