﻿.ds-bottom
{
	background-position: bottom;
	background-image: url(images/ds-bottom.jpg);
	padding-bottom: 10px;
	background-repeat: repeat-x;
}
.ds-bottomleft
{
	background-position: left bottom;
	background-image: url(images/ds-bottomleft.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
}
.ds-right
{
	background-position: right;
	background-image: url(images/ds-right.jpg);
	background-repeat: repeat-y;
	height: 100%;
	padding-right: 10px;
	position: relative;
}
.ds-righttop
{
	background-position: right top;
	background-image: url(images/ds-righttop.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 100%;
	position: absolute;
}
.ds-corner
{
	background-position: right bottom;
	background-image: url(images/ds-corner.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 10px;
	position: absolute;
}
