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