#mainPanel {
	font-size: 11px;
	color: #666666;
	position: absolute;
	height: 300px;
	width: 350px;
	left: 10px;
	top: 130px;
}
#secondaryPanel {
	font-size: 10px;
	color: #666666;
	position: absolute;
	height: 300px;
	width: 250px;
	left: 500px;
	top: 130px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99CCCC;
	border-right-color: #99CCCC;
	border-bottom-color: #99CCCC;
	border-left-color: #99CCCC;
	padding-left: 5px;
}
