.bordering {
	padding: 0;
	border: 0;
}

.bordering td {
	padding: 0;
	margin: 0;
	border: 0;
}

.bordering .topleft {
	background: url(images/border_topleft.png);
	width: 40px;
	height: 40px;
}

.bordering .top {
	background: url(images/border_top.png) repeat-x;
}

.bordering .topright {
	background: url(images/border_topright.png);
	width: 40px;
	height: 40px;
}

.bordering .left {
	background: url(images/border_left.png) repeat-y;
}

.bordering .right {
	background: url(images/border_right.png) repeat-y;
}

.bordering .bottomleft {
	background: url(images/border_bottomleft.png);
	width: 40px;
	height: 40px;
}

.bordering .bottom {
	background: url(images/border_bottom.png) repeat-x;
}

.bordering .bottomright {
	background: url(images/border_bottomright.png);
	width: 40px;
	height: 40px;
}
