.tl, .tr, .bl, .br
{
	position:absolute;
	height:12px;
	width:12px;
	overflow:hidden;
	z-index:3;
	background-repeat:no-repeat;
}
.corners {padding:0; border:0;}
.corner {background-image: url(/images/box1.gif);}
.top, .btm {position:absolute; overflow:hidden; height:12px; background-repeat:repeat-x; z-index:2;}
.ml, .mr {position:absolute; overflow:hidden; width:12px; background:url(/images/box1-sides.gif) repeat-y; z-index:2;}

.boxContent {position:relative; z-index:4; 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: 0 -12px; }
.br { bottom:0; right:0; background-position: -12px -12px; }
.top { top:0; left:0; right:0; background-position:0 -24px; background-repeat:repeat-x;}
.btm { bottom:0; left:0; right:0; background-position:0 -36px; background-repeat:repeat-x;}

.ml { top:0; left:0; bottom:0; background-position:left; background-repeat:repeat-y;}
.mr { top:0; right:0; bottom:0; background-position:right; background-repeat:repeat-y;}

