.sfnwc_box_upper
{
	height: 8px;
	display: block;
}

.sfnwc_box_lower
{
	height: 8px;
	display: block;
}

.sfnwc_box_content
{
	display: block;
}

.sfnwc_box_left
{
	display: block;
	height: 8px;
}

.sfnwc_box_right
{
	display: block;
	height: 8px;
}

.sfnwc_box_middle
{
	display: block;
	height: 8px;
}

.sfnwc_box_upper .sfnwc_box_left
{
	background-position: bottom left;
	background-repeat: no-repeat;
}

.sfnwc_box_upper .sfnwc_box_right
{
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-left: 8px;
}

.sfnwc_box_upper .sfnwc_box_middle
{
	background-position: bottom;
	background-repeat: repeat-x;
	margin-right: 8px;
}

.sfnwc_box_lower .sfnwc_box_left
{
	background-position: top left;
	background-repeat: no-repeat;
}

.sfnwc_box_lower .sfnwc_box_right
{
	background-position: top right;
	background-repeat: no-repeat;
	margin-left: 8px;
}

.sfnwc_box_lower .sfnwc_box_middle
{
	background-position: top;
	background-repeat: repeat-x;
	margin-right: 8px;
}

.sfnwc_box_content .sfnwc_box_left
{
	background-position: top left;
	background-repeat: repeat-y;
	height: auto;
}

.sfnwc_box_content .sfnwc_box_right
{
	background-position: top right;
	background-repeat: repeat-y;
	margin-left: 8px;
	height: auto;
}

.sfnwc_box_content .sfnwc_box_middle
{
	background-position: top left;
	background-repeat: repeat;
	margin-right: 8px;
	height: auto;
}