div#Commenti{
	width: 46%;
	margin: 7px 11px 0 0;
	font-size: 12px;
	line-height: 16px;
	float: right;
}

div#Commenti div.header{
	margin: 10px 0 5px 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	border-bottom: #333333 1px solid;
}

.mCommentiTable{
	border-collapse: collapse;
}

td.mCommentiTableTDCommentRisp{
	width: 100%;
	background-color: #e5fddb;
	padding: 10px;
	/*border: #006633 2px dotted;*/
}

td.mCommentiTableTDCommentIntRisp{
	width: 100%;
	background: url(/_templates/arrow_comment.gif) 10px 100% no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
	padding-top: 15px;
	padding-left: 30px;
	font-size: 12px;
	line-height: 16px;
	color: #4A4A4A;
	margin-top: -5px;
	text-align: right;
}
td.mCommentiTableTDCommentIntRisp a{
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
}

td.mCommentiTableTDComment{
	width: 100%;
	background-color: #e5fddb;
	padding: 10px;
	/*border: #006633 2px dotted;*/
}

td.mCommentiTableTDCommentInt{
	width: 100%;
	background: url(/_templates/arrow_comment.gif) 10px 100% no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
	padding-top: 15px;
	padding-left: 30px;
	font-size: 12px;
	line-height: 16px;
	color: #4A4A4A;
	margin-top: -5px;
	text-align: right;
}

td.mCommentiTableTDCommentInt a{
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
}

table.mCommentiFormTable{
	border-collapse: collapse;
}

span.mCommentiSeparatore br{
	height: 3px;
	line-height: 3px;
}

span.mCommentiTitoloForm{
	display: block;
	padding-top: 10px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	border-bottom: #333333 1px solid;
}

td.mCommentiFormTableLine1 input{
	width: 98%;
}

td.mCommentiFormTableLine1 textarea{
	width: 98%;
}

td.mCommentiFormCaptchaLine{
	padding-top: 20px;
}

td.mCommentiFormTableLine2{
	padding-top: 20px;
}

td.mCommentiFormTableLine2 input{
	width: 98%;
	font-size: 14px;
	font-weight: bold;
}

span.mCommentiConferma{
	display: block;
	padding-top: 10px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

