html, body {
	*text-align:center;
}

#container {
	*text-align:left;
}

input, textarea {
border: 1px solid #e4d9cf;
padding: 3px 5px;
font: inherit;
width: 210px;
vertical-align: middle;
margin: 2px 0;
}
textarea {
width: 300px;
height: 120px;
}
input#submit {
width: 80px;
}



	#topnav {
	border-bottom: 1px solid #e4d9cf;
	margin-bottom: 10px;
	padding: 5px 0 10px;
	}
	#guestfooter {
	border-top: 1px solid #e4d9cf;
	margin-top: 10px;
	padding: 10px 0 5px;
	}
	
	#entries {
	width: 470px;
	/* border-collapse: collapse; */
	}
		#entries tr.rowcolor1 td {
		background: #eee6d8;
		}
		#entries td.meta {
		background:#efeae5;
		width: 38%;
		line-height: 1.5;
		}
		#entries td {
		font-size:12px;
		border:1px solid #e4d9cf;
		background:#efeae5;
		vertical-align: top;
		padding: 10px;
		}
		#entries td img {
		vertical-align: bottom;
		}
		
span.bold {
font-weight: bold;
}
.hidden {
display: none;
}
.check {
width: 14px;
}
#space {
	height:450px;
}
#spacebtm {
	height:80px;
}
.message {
	font-size:13px;
}