.box-top-left
{
	background-image: url(box_01.gif);
	background-repeat: no-repeat;
}
.box-top-right
{
	background-image: url(box_02.gif);
	background-repeat: no-repeat;
}
.box-top-title
{
	background-image: url(box_03.gif);
	background-repeat: repeat-x;
	color: #b6ff9e;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.box-line-left
{
	background-image: url(box_left.gif);
	background-repeat: repeat-y;
}
.box-line-right
{
	background-image: url(box_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.box-bottom-left
{
	background-image: url(box_04.gif);
	background-repeat: no-repeat;
}
.box-bottom-right
{
	background-image: url(box_05.gif);
	background-repeat: no-repeat;
}
.box-bottom-line
{
	background-image: url(box_06.gif);
	background-repeat: repeat-x;
}