#GuestBook {
	_display: inline;
	float: left;
	margin-top: 23px;
	margin-left: 95px;
	_width: 900px;
	_overflow: hidden;
}
#subhead1 {
	padding-top: 2px;
    padding-left: 70px;

	*padding-top: 4px;
	height: 30px;
	background: url(/sz/images/development_h3_bg.png) no-repeat top left;
	color: white;
	font-size: 1.2em;
	width: 628px;
	float: left;
	}
#subhead2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-left: 20px;
	float: right;
	margin-right: 72px;
}

#Gcontent {
	*height: 100%;
	*margin-bottom: 2em;
	}

#Gcontent:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}

#Gcontent table {
	float: left;
	margin-bottom: 2em;
	}

#Gcontent td table {
	margin: 0;
	}

#Gcontent h1 {
	font-size: 0.95em;
	font-weight: bold;
	color: #666666;
}
#Gcontent p {
	font-size: 14px;
	color: #666666;
}

#message {
	margin: 20px 0 50px 40px;
	*margin-top: 20px;
	font-size: 0.95em;
	width: 750px;
	}

#message fieldset {
	display: block;
	}

#message label {
	position: static;
	padding-left: 15px;
	width: 76px;
	display: block;
	}

#message #name,
#message #nfrom,
#message #mail {
	display: block;
	margin: -26px 0 15px 92px;
	width: 296px;
	height: 19px;
	}

#message #nfrom { margin-top: -22px; }
#message #mail { margin-top: -22px; }

#message textarea {
	float: left;
	margin: -24px 0 0 92px;
	width: 625px;
	height: 180px;
	overflow: auto;
	}

#message #submit-message {
	position: relative;
	top: 8px;
	margin: 30px 60px 0 92px;
	width: 70px;
	height: 24px;
	}

#message span {
	margin-left: 4px;
	color: red;
	font-size: 1.2em;
	vertical-align: -3px;
	}

#message label span {
	margin: 0 4px 0 -16px;
	color: red;
	font-size: 1.2em;
	vertical-align: -3px;
	}

.reply {
	_display: inline;
	float: left;
	margin: 0 0 30px 170px;
	width: 600px;
	}

.reply .metadata {
	margin-bottom: 0.8em;
	color: #666;
	font-weight: bold;
	font-size: 0.95em;
	}

.reply cite {
	margin-right: 5px;
	font-style: normal;
	}

.reply span {
	margin: 0 5px;
	}