@charset "utf-8";

/************************** FORM **************************/
#guestbook_form caption { padding: 3px; }

#guestbook_form th {
	vertical-align: top;
}
#guestbook_form input.text,
#guestbook_form textarea.text {
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px solid;
	border-left: 1px solid;
}
#guestbook_form .mandatory { color: #990000; }

/************************ COMMENT ************************/
#guestbook_comments .comment {
	margin-top: 10px;
	margin-bottom: 10px;
}
#guestbook_comments .comment .tijd {
	float:right;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 10px;
	font-weight: normal;
	font-size: .8em;

	/** to kill the importance of the time **/
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}
#guestbook_comments .comment .naam {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	font-weight: bold;
}
#guestbook_comments .comment .naam a {
	text-decoration: none;
}
#guestbook_comments .comment .opmerkingen {
	margin-top: 5px;
	margin-left: 60px;
	margin-bottom: 5px;
	
	padding: 2px 5px;

	border-left: 1px solid;
	
	/** to kill the importance of the time **/
	opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
	
	/** to keep the image from breaking the comment **/
	min-height: 60px;
	height: auto !important;
	height: 60px;
}
#guestbook_comments .comment img {
	float: left;
	margin: 3px;
}
#guestbook_comments .pager {
	height: 20px;
	margin-top: 5px;
}
#guestbook_comments .page-name {
	float: left;
	margin-right: 10px;
	margin-left: 5px;
	height: 18px;
	line-height: 18px;
}
#guestbook_comments .pager .page-number {
	display: block;
	position: relative;
	height: 18px;
	width: 18px;
	float: left;
	
	text-decoration: none;
}
#guestbook_comments .pager .page-number span {
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	margin: 1px;
	
	text-align: center;
}
div#ajax-fc-content #ajax-fc-backlink { display: none; }