﻿body {
}



.tdleftup{
	background-position: right;
	text-align: justify;
	background: url(images/leftcorner.gif) no-repeat;
}

.tdrightup{ text-align:left; height: 20px; background:url(images/rightcorner.gif) no-repeat}

.tdleftbottom{
	background-position: right;
	text-align: left;
	height: 20px;
	background: url(images/leftbottom.gif) no-repeat;
}

.tdverticalright{
	background-position: left;
	width: 10%;
	text-align: right;
	height: 20px;
	background: url(images/verticalright.gif) repeat-y;
}

.tdrightbottom
{
	width: 10%;
	text-align: left;
	background: url(images/rightbottom.gif) no-repeat;
	height: 20px;
}

.tdvertical
{
	background-position: right;
	width: 10%;
	height: 20px;
	background: url(images/vertical.gif) repeat-y;
}
.tdhorizontal

{
	background-position: right;
	background: url(images/horizontal.gif) repeat-x;
}
.tdhorizontalbottom

{
	background-position: bottom;
	background: url(images/horizontalbottom.gif) repeat-x;
}

