.tl, .tr, .bl, .br
{
	position:absolute;
	height:12px;
	width:12px;
	z-index:3;
}

.corners {position:relative; zoom:1;}
.corner { background: url(/cms/outertemplates/images/box1.gif) no-repeat;}
.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: right bottom; }


