.container {
	background-color: white;
	border-radius: 10px 0px 0px 0px;
	border: solid 1px;
	border-right: 0px;
	border-bottom: 0px;
	margin:10px 0px;
}
.title-bar {
	margin:0 0px 10px 0px;
	padding:10px 10px 10px 10px;
	border-bottom: 1px solid;
	border-radius: 9px 0px 0px 0px;
	overflow: hidden;
	color: white;
	border-color: black;
	background: #CCC;
	font-weight:bold;
	text-shadow: 0px 0px 5px rgba(0,0,0,1.0);
}
.section {
	margin:10px 0 0 2px;
	padding:5px 5px 5px 5px;
	border-top: solid 1px lightgray;
	border-bottom: solid 1px lightgray;
}

