.border {
	width: 100%;
	float: left;
}

.border td.tl {
	background: url("images/topleft.png") no-repeat;
	height: 13px;
	width: 13px;
}

.border td.tr {
	background: url("images/topright.png") no-repeat;
	height: 13px;
	width: 13px;
}

.border td.bl {
	background: url("images/bottomleft.png") no-repeat;
	height: 13px;
	width: 13px;
}

.border td.br {
	background: url("images/bottomright.png") no-repeat;
	height: 13px;
	width: 13px;
}

.border td.l {
	background: url("images/left.png") repeat-y;
	height: 13px;
	width: 13px;
}

.border td.r {
	background: url("images/right.png") repeat-y;
	height: 13px;
	width: 13px;
}

.border td.t {
	background: url("images/top.png") repeat-x;
	height: 13px;
}

.border td.b {
	background: url("images/bottom.png") repeat-x;
	height: 13px;
}