.GuestBookText
{
	background-image: url(/_images/inaction.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	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: center;
	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;
}

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


.MessagePostCaptcha
{
	width: 50px;
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #FFFF00;
}
.MessagePostErrorCell
{
	color: #ff0000;
	font-weight: bold;
}