/***** Guest Book *****/
/******************************************************************************/
.gblink		{ text-decoration:underline; }
.gbentry
{
	width:600px;
	border: 1px #777 solid;
	background:#ddd
}
.gbentry .message
{
	width:580px;
	padding: 0 8px 0 8px;
}
.gbentry .posted
{
	float:right;
	width:280px;
}
.gbentry .gbinfo		{ width:260px; }
.gbentry .gbinfo .title	{ width:50px; }
.gbentry table			{ width:600px; }
.gbentry td				{ vertical-align:top; }
.gbentry .posted td		{ text-align:right; }

.gbfield
{
	text-align:right;
	color:#142a00;
}
.gbinput	{ width:442px; }
.gbmessage	{ height:100px; }
.char, #charcount
{
	color:#142a00;
	float:left;
}
.links		{ float:right; color:#142a00;}
.links b	{ color:#142a00; }
/******************************************************************************/
