.containerTitle 
{
	color: white;
	text-transform: uppercase;
	font-size:10px;
	background-image:url(containerTitleBg.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	padding: 0px 0px 6px 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display:block;
	margin-right:46px;
	font-weight:bold;
	width: 100%;
}
