.boxCorner-bottomleft {
	background-color: #B69E57;
	background-image: url(borders/boxcorner-bottomleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.boxCorner-bottomright {
	background-color: #B69E57;
	background-image: url(borders/boxcorner-bottomright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.boxCorner-topleft {
	background-color: #B69E57;
	background-image: url(borders/boxcorner-topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.boxCorner-topright {
	background-color: #B69E57;
	background-image: url(borders/boxcorner-topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
