/*************************************
comments
**************************************/
#guestbook{
}

#commentsaddlink a{
	display: none;
	visibility: hidden;
}

#comment{

}

#commenttop{
}

#commentposter {
}

#commentposter span{
}

#commentinfo{
	float: right;
	margin-top: -20px;
}

#commentcontent{
	clear: both;
	margin: 0 0 10px 0;
	padding: 10px;
	padding-left: 0px;
	border-bottom: 1px dotted #999999;
}

#commenterror{
	display: none;
	visibility: hidden;
}

#commentsucces{
	display: none;
	visibility: hidden;
}

#guestbookpaging{
	display: none;
	visibility: hidden;
}

/*************************************
comments form
**************************************/

#commentform{
	display: none;
	visibility: hidden;
}