div.box-outer h3
{
	margin: 0;
	padding: 0;
	line-height: 25px;
	width: 147px;
	background-image: url('/images/box-caption-bg.gif');
	background-position: top left;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}

div.box-inner
{
	border: 1px solid #696;
	padding: 10px;
}

