@charset "UTF-8";
/* CSS Document */

.elemento_guestbook{
	background-color:#FFC;
	padding:20px;
	width:600px;
	border:#999 1px dotted;
	margin-bottom:10px;
}

.nome{
	font-weight:600;
	font-size:16px;
	padding-bottom:5px;
	color:#600;
}

.data{
	font-size:12px;
	color:#666;
	padding-bottom:20px;
}

.testo{
}

.descrizione{
	padding-bottom:30px;
}