div.infoBox {
	font-size: 0.9em;
	padding: 10px;
	max-height: 300px;
	overflow: auto;
}
div.infoBox div.title {
	font-weight: bold;
	font-size: 1.1em;
	border-bottom:1px solid #CCC;
}
div.infoBox div.detail {
	margin: 3px 0;
	font-weight: bold;
}
div.infoBox div.detail span {
	font-weight: normal;
}
