.rboxSpacer { margin:0px; padding:0px; border:0px; clear:both; font-size:1px; line-height:1px; }
/* In the CSS below, the numbers used are the following:
1px: the width of the border
3px: a fudge factor needed for IE5/win (see below)
4px: the width of the border (1px) plus the 3px IE5/win fudge factor
6px: the width or height of the border image */
.rboxImgTL, .rboxImgTR, .rboxImgBL, .rboxImgBR { width:6px; height:6px; padding:0px; border:0px; z-index:99; }
.rboxImgTL, .rboxImgBL { float:left; clear:both; }
.rboxImgTR, .rboxImgBR { float:right; clear:right; }
.rboxImgTL { margin:-1px 0px 0px -1px; }
.rboxImgTR { margin:-1px -1px 0px 0px; }
.rboxImgBL { margin:-6px 0px 0px 0px; }
.rboxImgBR { margin:-6px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an additional 3px! Why? */
.rboxImgTL { margin-left:-4px; ma\rgin-left:-1px; }
html>body .rboxImgTL { margin-left:-1px; }
.rboxImgTR { margin-right:-4px; ma\rgin-right:-1px; }
html>body .rboxImgTR { margin-right:-1px; }
.rboxImgBL { margin-left:-3px; ma\rgin-left: 0px; }
html>body .rboxImgBL { margin-left:0px; }
.rboxImgBR { margin-right:-3px; ma\rgin-right:0px; }
html>body .rboxImgBR { margin-right:0px; }
/* To get around a known bug in IE5/win, apply the border (no margin, padding or positioning) to the rboxContent class and apply whatever positioning you want to the rboxWrapper class. */
.rboxContent { margin:0px; padding:0px; border:1px solid #000; }
.rboxWrapper { padding:0px; border:0px; }/* position this div however you want, but keep its padding and border at zero */
.rboxWrapper img.rboxImgTL { width:6px; height:6px; }
.rboxWrapper img.rboxImgTR { width:6px; height:6px; }
.rboxWrapper img.rboxImgBL { width:6px; height:6px; }
.rboxWrapper img.rboxImgBR { width:6px; height:6px; }
