.basebox { 
	margin: 5px;
	background: #f8ebeb;
	border-spacing: 0px;
	border-collapse: collapse; 
}
.basebox .ul {
	width:8px;
	height:8px;
	background: url(ul.png) top right no-repeat;
}
.basebox .um {
	background: url(um.png) top left repeat-x;
}
.basebox .ur {
	width:8px;
	height:8px;
	background: url(ur.png) top left no-repeat;
}

.basebox .ml {
	background: url(ml.png) top right repeat-y;
}
.basebox .mm {
	background: #ffffff;
	font-family: Verdana;
	font-size: 12px;
}
.basebox .mr {
	background: url(mr.png) top left repeat-y;
}

.basebox .bl {
	width:8px;
	height:8px;
	background: url(bl.png) top right no-repeat;
}
.basebox .bm {
	background: url(bm.png) top left repeat-x;
}
.basebox .br {
	width:8px;
	height:8px;
	background: url(br.png) top left no-repeat;
}

.highbox { 
	margin: 5px;
	background: #f2f2f2;
	border-spacing: 0px;
	border-collapse: collapse; 
}
.highbox .ul {
	width:8px;
	height:8px;
	background: url(hul.png) top right no-repeat;
}
.highbox .um {
}
.highbox .ur {
	width:8px;
	height:8px;
	background: url(hur.png) top left no-repeat;
}

.highbox .ml {
}
.highbox .mm {
	background: #f2f2f2;
	font-family: Verdana;
	font-size: 12px;
}
.highbox .mr {
}

.highbox .bl {
	width:8px;
	height:8px;
	background: url(hbl.png) top right no-repeat;
}
.highbox .bm {
}
.highbox .br {
	width:8px;
	height:8px;
	background: url(hbr.png) top left no-repeat;
}