/* buttom */
.TdButtomLeft
{
	background-image: url(../images/box/BoxButtomTdBackground.gif);
	text-align: left;
	height: 6;
}

.TdButtomRight
{
	background-image: url(../images/box/BoxButtomTdBackground.gif);
	text-align: right;
	height: 6;
}


/* top */
.TdTopLeft
{
	background-image: url(../images/box/BoxTopTdBackground.gif);
	text-align: left;
	height: 6;
}
.TdTopRight
{
	background-image: url(../images/box/BoxTopTdBackground.gif);
	text-align: right;
	height: 6;
}
/* top corner */
.TdTopLeftCorner
{
	background-image: url(../images/box/BoxTopLeftCorner.gif);
}
.TdTopRightCorner
{
	background-image: url(../images/box/BoxTopRightCorner.gif);
}


/* sides */
.TdLeft
{
	background-image: url(../images/box/BoxLeftBackground.gif);
	text-align: right;
	width: 10px;
}

.TdRight
{
	background-image: url(../images/box/BoxRightBackground.gif);
	text-align: Left;
	width: 10px;
}
