div.fd_medium_caption {
	float: left;
	width: 100%;
	border: thin silver solid;
	margin: 0.5em auto;
	padding: 0.5em;	
}
div.fd_medium {
	float: left;
	width: 15%;	
	margin: 0 auto;
	padding: 0.5em;
}
div.fd_medium_caption p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}
div.fd_medium p {
	text-align: center;	
	font-size: 10px;
	text-indent: 0;
}