/***** GUEST BOOK *****/
div#guest_book{
}

div#guest_book div.label_{
	padding: 0px 0px 8px 0px;
	clear: both;
	font-size: 11px;
	color: #C91835;
	font-weight: bold;
}
div#guest_book div.text_{
	clear: both;
	line-height: 160%;
	padding-bottom: 12px;
}
div#guest_book div.nick_{
	float: right;
	font-size: 11px;
	color: #C91835;
	font-weight: bold;
	clear: both;
}
div#guest_book div.date_{
	float: right;
	font-size: 10px;
	clear: both;
}