.GuestBookText
{
	font-size: x-small;
	}
.MessageSelectorRow
{
	background-image: url(/_images/darkbacking_yellow.gif);
	background-repeat: repeat;
	background-position: left top;
}
.MessageTable
{
	width: 100%;
}

.MessageSelectionCell
{
	text-align: left;
	font-size: x-small;
}

.MessageSelectorCell
{
	text-align: right;
}

.MessageDateCell,.MessageSenderCell
{
	text-align: right;
	font-size: x-small;
	font-style: italic;
}
.MessagePostTable
{
	width: 75%;
}
.MessagePostLabelCell
{
	white-space: nowrap;
}
.MessagePostInputCell
{
	width: 100%;
}
.MessagePostOptions
{
	text-align: right;
}
.MessagePostNameInput,.MessagePostLocationInput,.MessagePostEmailInput
{
	width: 85%;
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #FFFF00;
}

.MessageHeadingCell
{
	font-weight: bold;
}

.MessageNameCell
{
	text-align: right;
}
.MessagePostMessageInput
{
	width: 100%;
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #FFFF00;
}

.MessagePostErrorCell
{
	color: #ff0000;
	font-weight: bold;
}