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