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