#barra_commenti {
	font-family: Arial, Helvetica, Sans;
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
	font-weight: normal;
	float: left;
	width: 450px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	height: 12px;
	padding: 2px 0px 4px 0px;
	margin-top:15px;
}

#barra_commenti a {
	color: #a9398a;
	text-decoration: none;
}

#barra_commenti a:hover {
	color: #000;
	text-decoration: none;
}

#commenti {
	float: left;
	width:450px;
	height: auto;
	margin-top:10px;
}

#commento_scrivi {
	float: left;
	width:450px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: solid 1px #ccc;
	font-family: Arial, Helvetica, Sans;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	font-weight: normal;
}

#commento {
	float:left;
	width:450px;
	height:auto;
	padding:4px;
}

#commento_header {
	float:left;
	width:450px;
	height:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#666;
	padding: 1px 0px 1px 0px;
}

#commento_risultato {
	float:left;
	width:450px;
	height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#777;
	padding: 2px 0px 2px 0px;
	text-align:center;

}

#commento_testo {
	float:left;
	width:450px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	border-bottom:solid 1px #000;
	padding:4px 0px 4px 0px;
	margin-bottom: 15px;
}

textarea.expanding {
	width: 440px;
	height: 30px;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	padding: 5px;
	resize:none;
	overflow:hidden;
}

