@CHARSET "UTF-8";

/* Guestbook */

#guest-book {
	width: 500px;
	min-height: 400px;
	border: solid 2px #eee;
	margin: 5px auto 5px auto;
	background-color: #ff9;
	font-size: 12pt;
	font-family: cursive;
	font-style: italic;
}

#guest-book #guestbook-nav {
	padding: 1px 1px 5px 3px;
	background-color: #333;
	color: white;
}

#guest-book #guestbook-nav a {
	text-decoration: underline;
}

#guest-book #guestbook-nav a, #guest-book #guestbook-nav a:visited {
	color: #ff9;
}

#guest-book #date {
	text-align: right;
	padding: 3px 7px 7px 7px;
	font-size: 12pt;
	font-family: cursive;
	font-style: italic;
	border-top: solid 1px #ccc;
	border-bottom: dashed 1px #ccc;
	color: black;/*#ff9;*/
}

#guest-book #comments {
	padding: 7px 25px 7px 7px;
	font-style: normal;
	color: black;/*#ff9;*/
	font-size: 12pt;
	font-family: cursive;
}

#guest-book #author {
	font-family: cursive;
	font-size: 12pt;
	padding: 7px;
	color: black;/*#ff9;*/
	color: #8e1f01;
}

#guestbook-write-form {
	width: 500px;
	margin: 10px auto 0 auto;
	border: solid 0px #ccc;
	color: black;/*#ff9;*/
}

#page-selector #prev {
	float: left;
	width: 44%;
}

#page-selector #next {
	float: right;
	width: 44%;
	text-align: right;
}

#page-selector #pages-info {
	width: 11%;
	float: left;
	border: solid 0px #ccc;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
}

#page-selector a {
	text-decoration: underline;
	/*color: #ff9;*/
	color: white;
	font-weight: bold;
}