/* BOX */

table.box {
	margin: 0 0 1em 0;
	border: 0;
}
table.box td.tl {
	background-image: url(../images/box_tl.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 6px;
	border: 0;
}
table.box td.top {
	background-image: url(../images/box_top.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 32px;
	border: 0;
}
table.box td.tr {
	background-image: url(../images/box_tr.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 32px;
	width: 6px;
	border: 0;
}
table.box td.left {
	background-image: url(../images/box_left.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 2px;
	border: 0;
}
table.box td.center {
	background-color: #FFFFFF;
	border: 0;
}
table.box td.right {
	background-image: url(../images/box_right.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 2px;
	border: 0;
}
table.box td.bl {
	background-image: url(../images/box_bl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 2px;
	width: 6px;
	border: 0;
}
table.box td.bottom {
	background-image: url(../images/box_bottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 2px;
	border: 0;
}
table.box td.br {
	background-image: url(../images/box_br.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 2px;
	width: 6px;
	border: 0;
}
