#guestbook-status-message {
	text-align:center; 
	font-weight:bold; 
	margin:5px; 
	font-size:13px;
}
guestbook-main-container {
	margin:10px auto; 
}
.guestbook-post-wrapper {
	margin:3px 0px; 
	padding:10px;
	border:1px solid #888;
}
.guestbook-post-wrapper table {
	width:90%; border-collapse: collapse; border-spacing: 0;
}

p.guestbook-posted-on {
	margin:0px; 
	margin-left: 40px; 
	margin-bottom: 10px; 
	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 { 
}
.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; 
	margin-left: 40px; 
	margin-right: 40px; 
        font-weight: bold;	
	line-height: 14px;
	
}

.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;
}
