.LeftPane
{
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 150px;
}
.ContentPane
{
	clear: left;
	padding: 5px;
	min-height: 450px;
	height: auto;
	border-right: 1px solid black;
}
/* for IE */
/*\*/
* html .ContentPane
{
	height: 450px;
}
/**/
.BottomPane
{
	border-right: 1px solid black;
}
.Footer
{
	text-align: center;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
#Form
{
	height: auto;
}

