.squarebox {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.squareboxgradientcaption {
	color: #000000;
	padding: 5px;
	font-family: "Lucida Sans";
	font-size: 10pt;
	font-weight: bold;
}
.squareboxcontent {
	background-color: WhiteSmoke;
	padding: 10px;
	overflow: hidden;
	border-top: solid 1px #cccccc;
	text-align: left;
	font-family: "Lucida Sans";
	font-size: 10pt;
	color: #000000;
}
.panelcont {
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
	width: 750px;
	margin-bottom: 5px;
}

