body {
    align="center"
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
}

h1 {
	width: 172px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: lighter;
	font-style: normal;
	background-image: url(/guestbook/title_guest.gif);
	height: 50px;
	border-bottom-width: 4px;
	border-bottom-style: inset;
	border-bottom-color: #CC9900;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

h2 {
	width: 735px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #660033;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #CC9933;
	background-color: #FFFFFF;
}

fieldset {
    border: solid 1px #666666;
	width: 550px;
	padding: 4px 4px 4px 4px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}

legend {
	
	color: #ffffff;
	border: 1px outset #cccccc;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	background-color: #967225;
}

label {
	width: 125px;
	float: left;
	margin: 2px 0px 2px 0px;
	text-align: right;
}

.inputText, .inputTextArea {
    margin: 2px 0px 2px 5px;
	background-color: #FFFFFF;
}

select {
    margin: 2px 0px 2px 5px;
	background-color: #FFFFFF;
}

input.submit {
    color: #660033;
	border: 2px outset #cccccc;
	width: 120px;
	background-color: #CCCC99;
}

.footer {
	clear: both;
	width: 735px;
	margin-top: 8px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #D8B18B;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CC9933;
}

.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #660033;
}

.credit {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #FFFFCC;
}

a:link, a:visited, a:active {
	text-decoration: none;
	background: transparent;
}

a:link {
	color: #A47B00;
}

a:visited {
	color: #CC9933;
}

a:active {
	color: #CC9933;
}

a:link:hover, a:visited:hover, a:active:hover {
	color: #663300;
}

.entry {
	width: 735px;
	border-bottom: solid 2px #999999;
	margin-bottom: 5px;
	padding-bottom: 4px;
	clear: both;
	background-color: #FFFFCC;
}

.entry .field, .timestamp {
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
}

.entry .field .label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 4px;
	font-weight: bold;
	background-color: #FFFFFF;
}

.entry .field .value {
	float: left;
}

.timestamp {
	margin: 0px 0px 4px 104px;
	padding-top: 4px;
	clear: both;
	color: #990033;
}

.navigation {
	float: left;
}

.entryCount {
	width: 735px;
	text-align: left;
	padding-bottom: 4px;
}

