﻿div.GuestbookList {
	height: auto;
	width:574px;
	margin:27px 200px 20px 200px;
	overflow:hidden;
}
div.GuestbookList table {
	width:100%;
}
div.GuestbookList .Header {
	display:block;
	font-family: Garamond Premr Pro, Garamond, Verdana, Arial, Sans-Serif;
	font-size:60px;
	font-weight:bold;
	font-style:italic;
	color:#999999;
}
div.GuestbookList .Text {
	display:block;
	margin-bottom:20px;
}
div.GuestbookList .TextBold {
	display:block;
	font-weight:bold;
	margin-bottom:20px;
}
div.GuestbookList .Link {
	display:block;
	margin-bottom:20px;
}
div.GuestbookForm {
	height: auto;
	margin:27px 200px 20px 200px;
	overflow:hidden;
	background-color:#e7e7e7;
	padding:50px;
}

div.GuestbookForm .Header {
	display:block;
	font-family: Verdana, Arial, Sans-Serif;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	padding-bottom:20px;
}
div.GuestbookForm p.Label {
	margin-bottom:0px;
}
div.GuestbookForm p.Input {
	margin-top:0px;
}
div.GuestbookForm .TextBox,
div.GuestbookForm .TextArea {
	width:80%;
	font-family: Arial, Verdana, Sans-Serif;
	font-size:12px;

}
