.cms-module-guestbook .error 
{
	border: 2px solid #DF471E;
}

div.guestbook-form-errors 
{
	border: 1px solid #DF471E;
	padding:8px;
	background:#FFEBE8;
	margin-bottom:12px;
}

td.guestbook-entry-text 
{
  border-bottom: 1px solid;
  padding-bottom: 20px;
}

td.guestbook-entry-name,
td.guestbook-entry-date 
{
  padding-top: 20px;
  font-weight:bold;
}

table.guestbook-list-footer
{
	width:100%;
}

table.guestbook-list-footer td
{
	width:33.3%;
}

table.guestbook-list-footer td.guestbook-link-back
{
	text-align:left;
}

table.guestbook-list-footer td.guestbook-link-fwd
{
	text-align:right;
}