.tl, .tr, .bl, .br
{
	position:absolute;
	height:6px;
	width:6px;
	overflow:hidden;
	z-index:3;
}

.top, .btm
{
	position:absolute;
	height:6px;
	width:100%;
	z-index:2;
	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; }
.top { top:0; left:0; }
.btm { bottom:0; left:0; background: url(/cms/outertemplates/images/whitebg-btm.png) top left repeat-x;  }

