/****************************************************************
 * Page setup
 ****************************************************************
 */
/* Loose the drop-shadow */
body {
	background: #FFF;
}

div#page {
	position: absolute;
	left: 0;
	right: 0;
	top: 35px;
	bottom: 30px;
	width: 100%;
	margin: 0;
	padding: 0;
	height: expression(document.body.offsetHeight - 65);
}

h1#popupTitle, h1.sectionheading {
	font-size: 140%;
	font-weight: bold;
	color: #146461;
	margin: 0 0 0 1em;
	display: inline;
	padding: 0;
}

/****************************************************************
 * Content Setup
 ****************************************************************
 */
div#content {
	border: 1px solid #156363;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	left: 10px;
	width: expression(this.offsetParent.offsetWidth - 22);
	height: expression(this.offsetParent.offsetHeight - 22);
	padding: 10px;
}

div#content h2 {
	color:#146461;
	margin:0;
	padding:0;
	font-size:120%;
	margin-top:10px;
	margin-bottom:10px;
}

/****************************************************************
 * Form handling
 ****************************************************************
 */
div#content div.row {
	border: 1px solid black;
	background: #FFD;
	padding: 5px;
	margin: 5px 0;
}

div#content div.row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

