a#signLink
{
	font-size: 125%;
	font-weight: bold;
}

table#guestBookForm
{
	display: none;
}

table#guestBookForm td.gbLabel
{
	text-align: right;
}

div#guestBookEntries
{
	width: 600px;
}

div.gbTopContainer
{
	background-color: #bbf;
	width: 600px;
}

div.gbName
{
	text-align: left;
	width: 600px;
	float: left;
	background-color: #bbf;
}

span.gbUrl
{
	float: right;
	text-align: right;
	background-color: #bbf;
}

div.gbDate
{
	clear: both;
	background-color: #bbf;
	border-bottom: solid 1px #226;
	text-align: right;
	padding-right: 5px;
}

div.gbComments
{
	text-align: left;
	padding-left: 5px;
	background-color: #ffffff;
}

div.captchaErrorMessage
{
	color: #f00;
	font-size: 110%;
	width: 500px;
}