.boxes {
	background: #bbc6d4;
}

.tl {
	width: 16px;
	height: 15px;
	background-image: url(../gfx_layout/box_top_left.jpg);
	background-repeat: no-repeat;
}
.tc {
	height: 15px;
}
.tr {
	width: 16px;
	height: 15px;
	background-image: url(../gfx_layout/box_top_right.jpg);
	background-repeat: no-repeat;
}

.mc {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

.bl {
	width: 16px;
	height: 15px;
	background-image: url(../gfx_layout/box_bottom_left.jpg);
	background-repeat: no-repeat;
}
.bc {
	height: 15px;
}
.br {
	width: 16px;
	height: 15px;
	background-image: url(../gfx_layout/box_bottom_right.jpg);
	background-repeat: no-repeat;
}

