table.guestbook_form
{
	margin-left: auto;
	margin-right: auto;
}

table.guestbook_form tr td p
{
	font-weight: bold;
}

td.guestbook_form
{
	text-align: right;
}

input.guestbook_form
{
	width: 530px;
}

textarea.guestbook_form
{
	width: 640px;
	height: 100px;
}

table.guestbook
{
	margin-top: 20px;
}

p.guestbook_name
{
	font-weight: bold;
	font-size: 15px;
	color: #0000A0;
}

p.guestbook_date
{
	font-size: 10px;
	font-style: italic;
	color: #808080;
	text-align: right;
}

div.guestbook_message
{
	border: 1px dotted #808080;
	color: #404040;
	background-color: #F0F0F0;
	padding: 4px 8px;
}

div.guestbook_message p
{
	font-size: 11px;
	color: #404040;
}
