/* CSS Document */

/* viewer message */
.gbook_message {
	color: #214B29;
	font-size: 14px;
	font-weight: normal;
}


/* page links */
.page_link_container {
	color: #214B29;
	font-size: 14px;
	font-weight: normal;
}
.page_link_next {
	float:right;
	width:80px;
	text-align:right;
}
.page_link_previous {
	float: left;
	width:80px;
	text-align:left;
}
.page_link_pages {	
	margin: 0 auto;
	text-align: center;
}


/* guestbook entries */
.gbook_entry {
	padding: 10px 0 10px 0;
	width: 100%;
	border-bottom: 1px dotted #5A5A69;
	color: #214B29;
	font-size: 14px;
	font-weight: normal;
}
.gbook_name {
	padding: 0 20px 0 0;
	float: left;
	font-style: italic;
	color: 7DB17C;
	font-weight: bold;
}
.gbook_email {
	padding: 0 20px 0 0;
	float: left;
	font-style: italic;
}
.gbook_date {
	float: right;
	font-style: italic;
}
.gbook_comments {
	clear: both;
}


/* form to sign guestbook */
.gbook_form {
	margin: 0;
}
.gbook_form input, .gbook_form textarea {
	background: none;
}


/* table for signing guestbook */
.gbook_table {

}

/* error message */
.gbook_error {
	color: #990000;
}
