#titleGuestbook
{
	width:100%;
	font-size:2em;
	color:white;
	font-family: customFont_1,"Times New Roman", Times, serif;
	padding:10px;
}

#contentGuestbook
{
	width:100%;
	border:4px ridge white;
	padding:15px;
	background-color:midnightblue;
}

#fieldsGuestbook tr td
{
	color:white;
	font-family: "Times New Roman", Times, serif;
	padding:5px 2px;
	font-weight:bold;
	vertical-align:top;
	/*border: 1px solid white;*/
}

#commentTextarea
{
	resize:none;
}

#viewGuestbook:link,#viewGuestbook:visited
{
	width:260px;
	display:block;
	text-decoration:none;
	margin:10px auto;
	padding:2px;
	color:white;
	font-weight:bold;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size:1em;
	border:2px ridge white;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
}

#viewGuestbook:hover
{
	background-color:midnightblue;
}

#viewGuestbook:active
{
	background-color:midnightblue;
	color:black;
}

.comment
{
	width:100%;
	padding:5px;
	margin-top:5px;
	background-color:skyblue;
	border:2px ridge white;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	word-wrap:break-word;/* prevent long strings from breaking table borders */
	table-layout:fixed;/* prevent long strings from breaking table borders */
}