.corner-top-left, .corner-top-right, .corner-bottom-left, .corner-bottom-right
{
	position: absolute;
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	z-index: 99;
	background-image: url("/assets/corners/corners-ddd-5.png");
	overflow: hidden;
}

.corner-top-left
{
	top: 0;
	left: 0;
	background-position: 0 0;
}

.corner-top-right
{
	top: 0;
	right: 0;
	background-position: -5px 0;
}

.corner-bottom-left
{
	bottom: 0;
	left: 0;
	background-position: 0 -5px;
}

.corner-bottom-right
{
	bottom: 0;
	right: 0;
	background-position: -5px -5px;
}
