﻿.GuestBookButton
{
	border-style:solid;
	border-width: 1px;
	border-color:#A5ACB2;
	/*width: 30px;
	height: 21px;*/
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #133261;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: repeat-x;
 }
 .GuestbookInput
 {
 border-style:solid;
	border-width: 1px;
	border-color:#A5ACB2;
	/*height: 17px;*/
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	/*width: 165px;*/
 }
 .GuestbookItem
{
	background-color: #F3F3F3;
}
.GuestbookAltItem
{
	background-color: #FFFFFF;
}
.GuestbookFooter
{
	font-size: 85%;
	color:#BEBEBE;
	border-top: solid 1px #BEBEBE;
}
a.GuestBook:link {
	color: #CCCCCC;
	text-decoration: none;
}
a.GuestBook:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a.GuestBook:active {
	color: #CCCCCC;
	text-decoration: none;
}
a.GuestBook:hover {
	color: #000000;
	text-decoration: underline;
}