form.commenti {
	background:#FFF3D5;
	border:1px solid #FFD79F;
	margin-top:20px;
}

form.commenti p {
	width:540px;
	float:left;
}

form.commenti p label{
	/*width:200px;
	float:left;*/
}

form.commenti p.pulsanti {
	min-height:30px;
}

form.commenti textarea {
	width:540px;
	height:100px;
	margin:0;
}

form.commenti #captcha_input {
	width:50px;
}	

form.commenti legend {
	font-weight:bold;
	font-size:1.5em;
}

.listaCommenti {
	font-size:12px;
	padding-top:30px;
	padding-bottom:20px;
}

.listaCommenti p {
	display:block;
	padding:15px 10px 5px 10px;
	border-bottom:1px dashed #CCC;
}

.listaCommenti p em {
	font-size:1em;
	display:block;
	width:585px;
}

.listaCommenti span.dati_commento {
	font-size:0.8em;	

}

.listaCommenti span.dati_commento strong {
	color:#82182D;
	font-weight: bold;
}
