.verify {
	background-color: #BE7D21;
	padding: 5px;
	border: 1px dotted #000000;
	color: #FFFFFF;
	margin: 5px;
	font-size: 18px;
	text-align: center;
	width: 100px;
	height: 20px;
	float: left;
}
.guestbookpost {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

hr {
	float: left;
	height: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
	width: 400px;
	background-image: url(../images/hrline.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.guestbooktitle {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background: url(../images/hrline.gif) repeat-x left bottom;
	padding-bottom: 2px;
}
.guestbookfootauthor {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #D09336;
}

.guestbookmidd {
	font: 12px/18px Arial, Helvetica, sans-serif;
}
.guestbookfootdate {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #333333;
}
.guestbookmain {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000000;
}
.guestbookpost {
	font: bold 12px Arial, Helvetica, sans-serif;
}
#gbbox {
	float: left;
	width: 450px;
	display: inline;
	margin-top: 10px;
	margin-right: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-top: 0px;
	padding-bottom: 50px;
	padding-left: 35px;
}
