div.leftPanel {
	float: left;
	margin: 8px 25px 8px 8px; 
	padding: 8px 25px 8px 8px; 
	border: 1px solid grey; 
	background: #eee;
}
div.rightPanel {
	margin: 8px 25px 8px 8px; 
	padding: 0px 25px 8px 8px;
}
h2.editSite {
	margin: 0px 25px 0px 0px; 
	padding: 6px 25px 0px 0px;
}
table.editSite {
	border-top: 1px solid grey;
	border-left: 1px solid grey;
	border-right: 4px solid grey;
	border-bottom: 4px solid grey;
}
table.editSite td {
	padding:.8em 1em;
}
table.editSite td.label {
	font-weight: bold;
}
table.editSite td.alignRight {	
	text-align: right;
}
table.editSite tr.footer {	
	background: #ddd;
}
td.footNote {
	text-align: center;
	font-size: 10px;
}
td.considerations {
	padding: 4px; 
	text-align: center;
	font-size: 11px;
}
td.considerations ul {
	width: 100%;
	text-align: center;
	list-style-type: disc;
}
td.considerations ul li {
	text-align: center;
}
table#siteManagerTable {
	border: 1px solid grey;
	background: #ddd;
}