#guestbook
{
	width: 644px;
	float: left;
}
#guestbook p
{
  padding: 0;
  margin: 3px 8px;
}

#guestbook table.message, #blog table
{
	width: 100%;
	font-size: 1em;
}
#guestbook table.message th
{
	background-image: url("../../../../templates/brotherhood/images/nadpis.gif");
        background-repeat: no-repeat;
	border-width: 0px; 
	border-style: solid;
	border-color: #d7baa0;
	text-align: left;
	padding: 5px 8px;
}
#guestbook table.message td.time
{
	text-align: right;
	padding: 1px 2px;
	width: 13%;
}

#guestbook table.message td.comments
{
	text-align: left;
	padding: 1px 2px;
	width: 87%;
}

#guestbook table td.left
{
	text-align: left;
	width: 80px;
}

#guestbook table td.center
{
	text-align: center;
	width: 65%;
}

#guestbook table td.right
{
	text-align: right;
	width: 80px;
}


#guestbook table.message_add td
{
	padding: 0;
}

#guestbook table.pages
{
  width: 100%;
}

#guestbook table.message_add th
{
	vertical-align: top;
	width: 25%;
	padding: 2px 4px;
	text-align: right;
}

#guestbook table.message_add input
{
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	font-weight: normal;
	width: 200px;
	height: 20px;
	font-size: 1em;
	border-width: 1px;
	border-color: #d7baa0;
	border-style: solid;
	color: white;
	background-color: transparent;
}

#guestbook table.message_add textarea
{
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	font-weight: normal;
	width: 450px;
	height: 100px;
	font-size: 1em;
	border-width: 1px;
	border-color: #d7baa0;
	border-style: solid;
  color: white;
  background-color: transparent;
}

#guestbook table.message_add td p
{
	padding: 3px 5px;
	margin: 0;
}
#guestbook table.message_add input.button
{
	width: auto;
        height: 25px;
	padding: 4px 10px;
	border: 1px solid yellow;
	background-color: #996600;
	color: white;
}

#guestbook table.message_add input.button:hover
{ 
  color: silver;
	cursor: pointer;
}