.guestbookItem {
	border-style: solid;
	border-width: 1px;
	border-color: silver;
	
	margin: 20px auto;
	padding: 5px;
	width: 450px;
}

.guestbookItem .name {
	font-weight: bold;
	float: left;
}

.guestbookItem .date {
	font-style: italic;
	float: right;
}

.guestbookItem .message {
	clear: both;
	display: block;
	padding: 5px 0;
	text-align: justify;
}

.guestbookItem .action {
	display: block;
	text-align: center;
}

.error {
	text-align: center;
}

