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