.borderTable
{
	width: 810px;
}

.borderTopLeft 
{
	width: 17px;
	height: 17px;
	background-image: url("top-left.gif");
}

.borderTop
{
	width: auto;
	height: 17px;
	background-image: url("top.gif");
}

.borderTopRight
{
	width: 17px;
	height: 17px;
	background-image: url("top-right.gif");
}

.borderLeft
{
	width: 17px;
	height: auto;
	background-image: url("left.gif");
}

.borderCenter
{
	color: inherit;
	background-color: #FFFFFF;
	vertical-align: top;
}

.borderContent
{
	height: 400px;
}

.borderRight
{
	width: 17px;
	height: auto;
	background-image: url("right.gif");
}

.borderBottomLeft
{
	width: 17px;
	height: 17px;
	background-image: url("bottom-left.gif");
}

.borderBottom
{
	width: auto;
	height: 17px;
	background-image: url("bottom.gif");
}

.borderBottomRight
{
	width: 17px;
	height: 17px;
	background-image: url("bottom-right.gif");
}
