/* guestbook stuff */
h1 {
	width: 300px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;

}

h2 {
	width: 300px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;

	margin-bottom: 8px;
}
fieldset {
	
	width: 530px;
	padding: 4px 4px 4px 4px;
	margin-bottom: 15px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666
	}
	
legend {
	color: #ffffff;
	background: #cccccc;
	border: 1px outset #cccccc;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

label {
	width: 125px;
	float: left;
	margin: 2px 0px 2px 0px;
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.inputText, .inputTextArea {
	margin: 2px 0px 2px 5px;
}

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

input.submit {
	color: #000000;
	background: #ffffff;
	border: 2px outset #cccccc;
	width: 120px;
}

.footer {
	clear: both;
	width: 500px;
	margin-top: 8px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-top: solid 1px #000000;
}

.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #ff0000;
}

.credit {
	font-family: Arial, sans-serif;
	font-size: 8px;
	color: #ffb16b;
}

a:link, a:visited, a:active {
	text-decoration: none;
	background: transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#339900
}

a:link {
	color: #0000ff;
}

a:visited {
	color: #006633;
}

a:active {
	color: #996633;
}

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

.entry {
	width: 500px;
	border-bottom: solid 1px #999999;
	margin-bottom: 5px;
	padding-bottom: 4px;
	clear: both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#339900
}

#lastEntry {
	border-bottom: none;
}

.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-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#339900
}

.entry .field .value {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#339900
}

.timestamp {
	margin: 0px 0px 4px 104px;
	padding-top: 4px;
	clear: both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#339900
}

.navigation {
	width: 530px;
	margin-top: 25px;
	text-align: center;
}

#previous {
	font-size: 12pt;
	margin-right: 30px;
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#339900
}

#next {
	font-size: 12pt;
	margin-left: 30px;
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#339900
}

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

.pageNumber {
	margin-left: 4px;
	margin-right: 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#339900
}

#currentPageNumber {
	font-weight: bold;
	color: #ff0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000
}

.entryCount {
	width: 530px;
	text-align: center;
	padding-bottom: 4px;
	margin-top: 8px;font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF
}

