.TopLeft {
	background-image: url(/Images/Box/Corner-TopLeft.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	background-position: right bottom;

}
.TopRight {
	background-image: url(/Images/Box/Corner-TopRight.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	background-position: left bottom;

}
.LineTopV {
	background-image: url(/Images/Box/Line-TopH.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	height: 18px;
	background-position: center bottom;
}
.LineBottomH {
	background-image: url(/Images/Box/Line-H.png);
	background-repeat: repeat;
	height: 18px;
}
.BottomLeft {
	background-image: url(/Images/Box/Corner-BottomLeft.png);
	height: 18px;
	width: 16px;
}
.BottomRight {
	background-image: url(/Images/Box/Corner-BottomRight.png);
	height: 18px;
	width: 16px;
}
.LineRightV {
	background-image: url(/Images/Box/Line-RightV.png);
}
.LineLeftV {
	background-image: url(/Images/Box/Line-V.png);
	width: auto;
}

