.UpperLeft {
	background-image: url(../images/box01_01.png);
	height: 10px;
	width: 10px;
}
.UpperRight {
	background-image: url(../images/box01_03.png);
	height: 10px;
	width: 10px;
}
.LowerLeft {
	background-image: url(../images/box01_07.png);
	height: 10px;
	width: 10px;
}
.LowerRight {
	background-image: url(../images/box01_09.png);
	height: 10px;
	width: 10px;
}
.TopBorder {
	background-image: url(../images/box01_02.png);
	background-repeat: repeat-x;
	height: 10px;
	width: auto;
}
.LeftBorder {
	background-image: url(../images/box01_04.png);
	background-repeat: repeat-y;
	height: auto;
	width: 10px;
}
.RightBorder {
	background-image: url(../images/box01_06.png);
	background-repeat: repeat-y;
	height: auto;
	width: 10px;
}
.BottomBorder {
	background-image: url(../images/box01_08.png);
	background-repeat: repeat-x;
	height: 10px;
	width: auto;
}
