.corner
{
	position:absolute;
	height:8px;
	width:8px;
	overflow:visible;
	z-index:3;
	background: url(/cms/outertemplates/images/box1.gif) top left no-repeat;
}
.corners {padding:0;}
.boxContent {position:relative; z-index:4; overflow:hidden;}

.tl { top:0; left:0; background-position: top left; }
.tr { top:0; right:0; background-position: top right; }
.bl { bottom:0; left:0; background-position: bottom left; }
.br { bottom:0; right:0; background-position: bottom right; }
