#guestbook_status_message {
	text-align:center; 
	font-weight:bold; 
	margin:5px; 
	font-size:13px;
}
#guestbook_main_container {
	margin:20px auto; 
	width:90%;
}
.guestbook_post_wrapper {
	margin:3px 0px; 
	padding:10px;
	border:1px solid #888;
}
.guestbook_post_wrapper table {
	width:100%; border-collapse: collapse; border-spacing: 0;
}

p.guestbook_posted_on {
	margin:0px; 
	font: italic 10px verdana,arial;
}

#guestbook_pager_container {
	text-align:center; margin:20px 0px 10px; font-size:10px;
}

.guestbook_pager_nav { font-size:10px; }
.guestbook_pager_small { font-size: 10px; }
.guestbook_pager_large {
	font-size:11px;	font-weight:bold;
}
.guestbook_message { 
	background: transparent url("../images/quote_left.png") no-repeat top left;
	margin:5px auto; padding:5px 0px 0px 20px;
}
.guestbook_message table, #guestbook_form_wrapper table {
	width:100%; border-collapse: collapse; border-spacing: 0;
}
.guestbook_message table tr, 
.guestbook_message table td,
#guestbook_form_wrapper table tr,
#guestbook_form_wrapper table td { margin:0px; padding:0px; }

.guestbook_message p { 
	margin:0px; text-indent:0px; font-style:italic;
}

.guestbook_avatar { min-width:80px; }
.guestbook_avatar a img {
	border:1px solid transparent;
	padding:2px;
}
.guestbook_avatar a:hover img {
	border:1px solid #fff;
}

.guestbook_progress{
	width: 1px;
	height: 14px;
	color: white;
	font-size: 11px;
    overflow: hidden;
	background-color: navy;
	padding-left: 5px;
}

#guestbook_form_wrapper {
	border:1px dotted #ccc; padding:10px; margin-top:30px;
}

