html body .setBorder, .setDrop, .setCorner {
	display: inline-block;
	position: relative;
}
html body .setBorder .child, .setDrop .child {
	display: block;
	margin: 0; border: 0; padding: 0;
}
html body .setBorder  .brdr, .setDrop  .brdr, .setCorner  .brdr {
	display: block; position: absolute;
	line-height: 0; font-size: 0;
	margin: 0; border: 0; padding: 0;
}
html body .borderedImageLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
}
html body .borderedImageRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 6px;
}


html body .setCorner  .brdr { width: 10px; height: 10px;}
html body .setCorner  .topleft { top: 0px; left: 0px;  }
html body .setCorner  .topright { top: 0px; right: 0px; }
html body .setCorner  .bottomleft { bottom: 0px; left: 0px; }
html body .setCorner  .bottomright { bottom: 0px; right: 0px; }

html body .setCorner.opacity15  .topleft { background: url("images/borders/15_topleft.gif") top left no-repeat; }
html body .setCorner.opacity15  .topright { background: url("images/borders/15_topright.gif") top right no-repeat; }
html body .setCorner.opacity15  .bottomleft { background: url("images/borders/15_bottomleft.gif") bottom left no-repeat; }
html body .setCorner.opacity15  .bottomright { background: url("images/borders/15_bottomright.gif") bottom right no-repeat; }

html body .setCorner.opacity20  .topleft { background: url("images/borders/20_topleft.gif") top left no-repeat; }
html body .setCorner.opacity20  .topright { background: url("images/borders/20_topright.gif") top left no-repeat; }
html body .setCorner.opacity20  .bottomleft { background: url("images/borders/20_bottomleft.gif") top left no-repeat; }
html body .setCorner.opacity20  .bottomright { background: url("images/borders/20_bottomright.gif") top left no-repeat; }

html body .setCorner.opacity25  .topleft { background: url("images/borders/25_topleft.gif") top left no-repeat; }
html body .setCorner.opacity25  .topright { background: url("images/borders/25_topright.gif") top left no-repeat; }
html body .setCorner.opacity25  .bottomleft { background: url("images/borders/25_bottomleft.gif") top left no-repeat; }
html body .setCorner.opacity25  .bottomright { background: url("images/borders/25_bottomright.gif") top left no-repeat; }

html body .setCorner.quote  .topleft { background: url("images/borders/quote_topleft.gif") top left no-repeat; }
html body .setCorner.quote  .topright { background: url("images/borders/quote_topright.gif") top left no-repeat; }
html body .setCorner.quote  .bottomleft { background: url("images/borders/quote_bottomleft.gif") top left no-repeat; }
html body .setCorner.quote  .bottomright { background: url("images/borders/quote_bottomright.gif") top left no-repeat; }
html body .setCorner.quote  .bottomleft { width: 28px; height: 21px; bottom: -11px; }