.tv-frame
{
	width: 678px;
}
	.tv-frame .bbVideo
	{
		margin-bottom: 0px;
	}
	
	.tv-frame .tvf-top
	{
		height: 3px;
		background-image: url("/ext/agon6/top.png");
		background-repeat: no-repeat;
		background-size: 678px auto;
		background-position: 0 0;
	}
	
	.tv-frame .tvf-left
	{
		width: 3px;
		background-image: url("/ext/agon6/left.png");
		background-repeat: repeat-y;
		background-size: 3px auto;
		background-position: 0 0;
	}
	
	.tv-frame .tvf-right
	{
		width: 3px;
		background-image: url("/ext/agon6/right.png");
		background-repeat: repeat-y;
		background-size: 3px auto;
		background-position: 0 0;
	}
	
	.tv-frame .tvf-bottom
	{
		height: 162px;
		background-image: url("/ext/agon6/bottom.png");
		background-repeat: no-repeat;
		background-size: 678px auto;
		background-position: 0 0;
	}
	
	.tv-frame .tvf-middle
	{
		display: -ms-flexbox;
		display: flex;
		
		-ms-flex-direction: row;
		flex-direction: row;
	}
		.tv-frame .tvf-cell
		{
			-ms-flex: 1 1 auto;
			flex: 1 1 auto;
		}
		
		.tv-frame .tvf-cell.tvfc-fixed
		{
			-ms-flex: 0 0 auto;
			flex: 0 0 auto;
		}