/*#############################################*/
/*  GUESTBOOK                                       */
/*#############################################*/

body.guestbook #otherbar #info, body.guestbook #otherbar #info a, body.guestbook #otherbar #info h1
{
	color: white;
	border-color: white;
	
}

body.guestbook #otherbar #info
{
	font-size: 70%;
	padding-top: 25px;
	background-color: white;
}

body.guestbook #otherbar #info .infoitem
{
	border-bottom: 5px double orange;
	border-top: 5px double orange;
	background: #404040 url(images/graymetal.gif);
	padding: 8px;
}


body.guestbook #otherbar #info h1
{
	font-size: 160%;
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid white;
}

