#guestbook h1, #guestbook h2 {
	color: #8C3B00;
	border-bottom: 1px solid #FFC79D;
	margin-bottom: 8px;
	font: italic normal 150% "Times New Roman", Times, serif;
}

#guestbook fieldset {
	border: solid 1px #FFC79D;
	width: auto;
	padding: 4px 4px 4px 4px;
	margin-bottom: 15px;
}

#guestbook legend {
	color: #000;
	background: #FCF9F4;
	border: 1px solid #FFC79D;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}

#guestbook label {
	width: 95px;
	float: left;
	margin: 2px 0 2px 0;
	text-align: right;
	vertical-align: top;
}

#guestbook .inputText, #guestbook .inputTextArea {
	margin: 2px 0 2px 5px;
	vertical-align: top;
}

#guestbook .challengeImage {
	margin: 2px 0 2px 0;
	vertical-align: top;
}

#guestbook select {
	margin: 2px 0px 2px 5px;
}

#guestbook input.submit {
	color: #000000;
	background: #FCF9F4;
	border: 1px solid #FFC79D;
	width: 120px;
}

#guestbook .footer {
	clear: both;
	width: auto;
	margin-top: 8px;
	border-top: solid 1px #FFC79D;
}

#guestbook .credit {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #303030;
}

#guestbook .errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #9A3D36;
}

#guestbook a:link, #guestbook a:visited, #guestbook a:active {
	text-decoration: none;
	background: transparent;
}

#guestbook a:link {
	color: #0000ff;
}

#guestbook a:visited {
	color: #990099;
}

#guestbook a:active {
	color: #ff0000;
}

#guestbook a:link:hover, #guestbook a:visited:hover, #guestbook a:active:hover {
	color: #ff0000;
}

#guestbook .entry {
	width: auto;
	margin: 0 0 5px 0;
	padding: 0 0 4px 0;
	border-bottom: solid 1px #999999;
	clear: both;
}

#guestbook #lastEntry {
	border-bottom: none;
}

#guestbook .entry .field, #guestbook .timestamp {
	margin: 0 0 0 0;
	padding: 2px 0 2px 0;
	clear: both;
}

#guestbook .entry .field .label {
	float: left;
	width: 100px;
	margin: 0 6px 0 0;
	padding: 0 0 0 0;
	text-align: right;
	display: inline;
	font-weight: bold;
}

#guestbook .entry .field .value {
	float: left;
	width: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
}

#guestbook .timestamp {
	margin: 0 0 4px 106px;
	padding: 8px 0 0 0;
	clear: both;
}

#guestbook .navigation {
	width: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}

#guestbook #previous {
	font-size: 10pt;
	margin-right: 30px;
	display: inline;
}

#guestbook #next {
	font-size: 10pt;
	margin-left: 30px;
	display: inline;
}

#guestbook .pageNumberContainer {
	display: inline;
	text-align: center;
}

#guestbook .pageNumber {
	margin-left: 4px;
	margin-right: 4px;
}

#guestbook #currentPageNumber {
	font-weight: bold;
	color: #ff0000;
}

#guestbook .entryCount {
	width: auto;
	text-align: center;
	padding-bottom: 4px;
	margin-top: 8px;
}
