﻿.tblBox
{
	width: 100%;
}

.Box_Top_Left
{
	background-image: url('1_GD_TC_10_Lefttop.gif');
	background-repeat: repeat-x;
	width:2px;
	height:2px;
}

.Box_Top_Center
{
	background-image: url('1_GD_TC_10_CenTop.gif');
	background-repeat: repeat-x;
	height:2px;
}

.Box_Top_Right
{
	background-image: url('1_GD_TC_10_Righttop.gif');
	background-repeat: repeat-x;
	width:2px;
	height:2px;
}

.Box_Middle_Left
{
	background-image: url('1_GD_TC_10_CenLeft.gif');
	background-repeat: repeat-y;
	width:2px;
}

.Box_Middle_Center
{
	padding:3px;
}

.Box_Middle_Right
{
	background-image: url('1_GD_TC_10_CenRight.gif');
	background-repeat: repeat-y;
	width:2px;
}

.Box_Bottom_Left
{
	background-image: url('1_GD_TC_10_Leftbottom.gif');
	background-repeat: repeat-x;
	width:2px;
	height:2px;
}

.Box_Bottom_Center
{
	background-image: url('1_GD_TC_10_CenBottom.gif');
	background-repeat: repeat-x;
	height:2px;
	padding-bottom :5px;
}

.Box_Bottom_Right
{
	background-image: url('1_GD_TC_10_Rightbottom.gif');
	background-repeat: repeat-x;
	width:2px;
	height:2px;
}