.tl, .tr, .bl, .br
{
	position:absolute;
	height:12px;
	width:12px;
	z-index:3;
}

.top, .btm
{
	position:absolute;
	height:8px;
	width:246px;
	z-index:2;
	overflow:hidden;
	display:none;
}

.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:left bottom; }
.br { bottom:-1px; right:-1px; background-position:bottom right; }
.top { top:-1px; left:0; }
.btm { bottom:-1px; left:0; }

.rightBox .corner {background-image:url(/cms/outertemplates/images/rightBox.gif);}
.box1 .corner {background-image:url(/cms/outertemplates/images/box1.gif);}
.box2 .corner {background-image:url(/cms/outertemplates/images/box2.png);}
.footerBox .corner {background-image:url(/cms/outertemplates/images/footerBox.gif);}


.box2 .tl { top:0; left:0;}
.box2 .tr { top:0; right:0;}
.box2 .bl { bottom:0; left:0;}
.box2 .br { bottom:0; right:0;}

