#rigo {
	overflow: hidden;
	height: 42px;
	width: 604px;
	border: thin solid #999;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color: #f3f0f0;
	padding: 3px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	margin-bottom: 8px;
}
#titolopost {
	overflow: hidden;
	height: 18px;
	width: 400px;
	float: left;
	background-color: #f7f6f6;
	border: thin solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left: 3px;
	margin-bottom: 2px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
#datapost {
	overflow: hidden;
	height: 18px;
	width: 180px;
	float: right;
	border: thin solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #dde6f6;
	margin-bottom: 2px;
	text-align: center;
}
#datapost2 {
	overflow: hidden;
	height: 18px;
	width: 180px;
	float: right;
	border: thin solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #ffffff;
	margin-bottom: 2px;
	text-align: center;
}
#postautore {
	overflow: hidden;
	height: 18px;
	width: 596px;
	float: left;
	border: thin solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #dde6f6;
	padding-right: 5px;
	margin-bottom: 2px;
}