td.mainbox {
    background: #FFF;
}
td.mainbox-tr {
	height: 10px;
	width: 10px;
	background: url(../images/boxes/main/top-right.gif) no-repeat right bottom;
}
td.mainbox-tl {
	height: 10px;
	width: 10px;
	background: url(../images/boxes/main/top-left.gif) no-repeat left bottom;
}
td.mainbox-bl {
	height: 10px;
	width: 10px;
	background: url(../images/boxes/main/bottom-left.gif) no-repeat left top;
}
td.mainbox-br {
	height: 10px;
	width: 10px;
	background: url(../images/boxes/main/bottom-right.gif) no-repeat center top;
}
td.mainbox-top {
	height: 10px;
	background: url(../images/boxes/main/top.gif) repeat-x center bottom;
}
td.mainbox-bottom {
	height: 10px;
	background: url(../images/boxes/main/bottom.gif) repeat-x center top;
}
td.mainbox-left {
	width: 10px;
	background: url(../images/boxes/main/left.gif) repeat-y;
}
td.mainbox-right {
	width: 10px;
	background: url(../images/boxes/main/right.gif) repeat-y;
}
td.innerbox {
	background: #FFD6D6;
}
td.innerbox-tr {
	height: 10px;
	width: 10px;
	background: url(../images/boxes/inner/top-right.gif) no-repeat right bottom;
}
td.innerbox-tl {
	height: 10px;
	width: 10px;
	background: url(../images/boxes/inner/top-left.gif) no-repeat left bottom;
}
td.innerbox-bl {
	height: 10px;
	width: 10px;
	background: url(../images/boxes/inner/bottom-left.gif) no-repeat left top;
}
td.innerbox-br {
	height: 10px;
	width: 10px;
	background: url(../images/boxes/inner/bottom-right.gif) no-repeat center top;
}
td.innerbox-top {
	height: 10px;
	background: url(../images/boxes/inner/top.gif) repeat-x center bottom;
}
td.innerbox-bottom {
	height: 10px;
	background: url(../images/boxes/inner/bottom.gif) repeat-x center top;
}
td.innerbox-left {
	width: 10px;
	background: url(../images/boxes/inner/left.gif) repeat-y;
}
td.innerbox-right {
	width: 10px;
	background: url(../images/boxes/inner/right.gif) repeat-y;
}