﻿#guestbook-contents
{
	margin-top: 25px;
	margin-left: 200px;
	width: 581px;
}

#guestbook-wrapper
{
	height: auto !important;
	height: 500px;
	min-height: 500px;
	background-image: url(img/sheet-top.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
}
#guestbook-book
{
	background-image: url(img/sheet.jpg);
	background-repeat: repeat-y;
	margin-top: 18px;
	height: auto !important;
	height: 400px;
	min-height: 400px;
}
#guestbook-bottom
{
	background-image: url(img/sheet-bottom.jpg);
	background-repeat: no-repeat;
	height: 40px;
	margin-bottom: 30px;
}

#guestbook-book ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left: 40px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
}

.guestbook-date
{
	margin-bottom: 16px;
	color: #5E809B;
	font-family: Courier;
	font-size: 14px;
	
}

.guestbook-comment
{
	padding-left: 75px;
	padding-right: 45px;
}

.guestbook-sign
{
	padding-left: 75px;
	margin-top: 10px;
}
.guestbook-sep
{
	height: 40px;
}

.guestbook-pager
{
	text-align: right;
	padding-right: 15px;
	padding-top: 15px;
}

.guestbook-pager a
{
	text-decoration: none;
	color: Black;
}

#guestbook-empty
{
	padding-top: 20px;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
}

#guestbook-empty a
{
}
