.ContentBox {
	float: left;
}
/* all */
.ContentBox > ul > li {
	float: left;
	list-style: none;
}
.ContentBox > ul {
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
}

/* top row */
.ContentBox > ul:first-child > li {
	height: 18px;
}
.ContentBox > ul:first-child > li:nth-child(2) {
	background: url('../media/images/box_t.png');
}

/* top corners */
.ContentBox > ul:first-child > li:first-child {
	background: url('../media/images/box_tl.png');
	width: 18px;
}
.ContentBox > ul:first-child > li:last-child {
	background: url('../media/images/box_tr.png');
	width: 18px;
}
/* sides */
.ContentBox > ul:nth-child(2) > li {
	height: 18px;
	background: url('../media/images/box_bg.png');
	min-height: 400px;
}
.ContentBox > ul:nth-child(2) > li:first-child {
	background: url('../media/images/box_l.png');
	width: 18px;
}
.ContentBox > ul:nth-child(2) > li:last-child {
	background: url('../media/images/box_r.png');
	width: 18px;
}
/* bottom corners */
.ContentBox > ul:last-child > li:first-child {
	background: url('../media/images/box_bl.png');
	width: 18px;
}
.ContentBox > ul:last-child > li:last-child {
	background: url('../media/images/box_br.png');
	width: 18px;
}

/* bottom row */
.ContentBox > ul:last-child > li {
	height: 18px;
}
.ContentBox > ul:last-child > li:nth-child(2) {
	background: url('../media/images/box_b.png');
}