
.TopLeft_Roundedbox
{
	background-position: left top;
	background-image: url(../img/RoundedBox/RoundedBox_TopLeft.gif);
	background-repeat: no-repeat;
	width:7px;
	height:7px;
}

.TopMiddle_Roundedbox
{
	background-position: left top;
	background-image: url(../img/RoundedBox/RoundedBox_TopMiddle.gif);
	background-repeat: repeat-x;
	height:7px;
}
.TopRight_Roundedbox
{
	background-position: left top;
	background-image: url(../img/RoundedBox/RoundedBox_TopRight.gif);
	background-repeat: no-repeat;
	width:7px;
	height:7px;
}

.CenterLeft_Roundedbox
{
	background-position: left Center;
	background-image: url(../img/RoundedBox/RoundedBox_CenterLeft.gif);
	background-repeat: repeat-y;
	width:7px;
	height:7px;
}

.CenterRight_Roundedbox
{
	background-position: left Center;
	background-image: url(../img/RoundedBox/RoundedBox_CenterRight.gif);
	background-repeat: repeat-y;
	width:7px;
	height:7px;
}

.BottomLeft_Roundedbox
{
	background-position: left Bottom;
	background-image: url(../img/RoundedBox/RoundedBox_BottomLeft.gif);
	background-repeat: no-repeat;
	width:7px;
	height:7px;
}

.BottomMiddle_Roundedbox
{
	background-position: left Bottom;
	background-image: url(../img/RoundedBox/RoundedBox_BottomMiddle.gif);
	background-repeat: repeat-x;
	height:7px;
}
.BottomRight_Roundedbox
{
	background-position: left Bottom;
	background-image: url(../img/RoundedBox/RoundedBox_BottomRight.gif);
	background-repeat: no-repeat;
	width:7px;
	height:7px;
}
