.c_black_container
{
	width: 100%;
	margin-bottom: 20px;
}

.c_black_container .c_black_table
{
	width: 100%;
}

.c_black_top_left
{
	width: 30px;
	height: 12px;
	font-size: 2px;
	background-image: url('images/black-top-left.gif');
}

.c_black_top
{
	height: 12px;
	font-size: 2px;
	line-height: 2px;
	background-image: url('images/black-top.gif');
	background-repeat: repeat-x;
}

.c_black_top_right
{
	width: 10px;
	height: 12px;
	font-size: 2px;
	background-image: url('images/black-top-right.gif');
}

.c_black_title
{
	background-color: black;
	height: 17px;
	color: #d1213b;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	text-transform: uppercase;
}

.c_black_contentpane
{
	border: 1px solid #bababa;
	border-top: 0px;
	border-bottom: 0px;
	background-color: white;
	background-image: url('images/black-content.gif');
	background-repeat: repeat-x;
	padding: 10px;
}

.c_black_bottom_left
{
	width: 30px;
	height: 5px;
	font-size: 2px;
	background-image: url('images/black-bottom-left.gif');
}

.c_black_bottom
{
	height: 5px;
	font-size: 2px;
	line-height: 2px;
	background-image: url('images/black-bottom.gif');
	background-repeat: repeat-x;
}

.c_black_bottom_right
{
	width: 10px;
	height: 5px;
	font-size: 2px;
	background-image: url('images/black-bottom-right.gif');
}


