/* ---------------------------------------------- /
                    =GUESTBOOK= 
/ ---------------------------------------------- */

.gbook-entry {
	margin: 20px 0 10px 0;
}
.guest-info {
	width: 180px;
	float: left;
	text-align: right;
}
.guest-comment {
	width: 350px;
	float: right;
	background: url(../../../images/divider.png) no-repeat center bottom;
	padding-bottom: 26px;
	min-height: 108px; 
}
.from {
	display: block;
}
p.date {
	font-style: italic;
	margin: 0 0 4px;
	color: #4F4F80;
}
img.gravatar {
	clear: left;
	margin-top: 4px;
}
.required {
	font-weight: bold;
}
.formfield {
	margin-top: 6px;
}
input {
	display: block;
}
input[type="submit"] {
	margin-top: 16px;
}
small {
	display: block;
}
#gbook-nav {
	margin-bottom: 20px;
	padding-bottom: 4px;
	border-bottom: 3px double #4F4F80;
}
#gbook-nav li {
	float: left;
	padding-right: 6px;
}
#gbook-nav li#nav-pages {
	display: block;
	float: right;
}
.page-current,
.pages {
	font-weight: bold;
}
.guest-comment p {
	margin: 0 0 8px;
}
.gbook-icons {
	width: 100px;
	float: right;
}
#gbook-options input {
	display: inline;
}
#gbook-sign {
	padding: 16px;
	margin-top: 20px;
}
#whatsagravatar {
	margin-top: 16px;
	padding-top: 4px;
	border-top: 3px double #4F4F80;
}
#whatsagravatar p {
	font-size: 13px;
	margin: 10px 0;
}