@charset "utf-8";

div#commento{
	margin:20px 0px 20px 0px; padding:10px; background-color:#FFF;
}

div#commento div.intestazione{
	font-size:14px;
	border-bottom:dashed 1px #8a7a67; color:#000000;
}

div#commento div.intestazione span.autore{
	font-weight:bold; text-transform:capitalize;
}

div#commento div.intestazione span.data{
	font-weight:bold;
}

div#commento p{
	font-size:16px; padding-top:10px;
}

a#scriviCommento {
	font-size:14px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold;
}

div#inserisciCommento {
	font-size:14px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold;	color:#000;
}

div#inserisciCommento a{
	color:#000; text-decoration:underline;
}

div#inserisciCommento a:hover{
	color:#8a7a67; text-decoration:underline;
}

div#inserisciCommento form label{
	font-weight:normal;
}


.apri{ font-size:18px; font-family:Verdana, Geneva, sans-serif; float:right; margin-right:50px;}
.chiudi{ font-size:18px; color:#000; font-weight:bold; position:absolute; right:-3%; top:-6%;  cursor:pointer; display:block; background-color:#8a7a67; padding:10px;}
.overlay{
    background:#000;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
    cursor:pointer;
/*Trasperenza cross browser*/
opacity: .7; filter: alpha(opacity=70);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
#overlayLog{ width:600px; height:280px; background-color:#FFF; display:none; z-index:+300; position:fixed; left:30%; top:20%; -moz-border-radius: 15px;  -webkit-border-radius: 15px; padding:20px; text-align:center; font-size:18px; color:#8a7a67;
border-radius: 15px;}
#overlayLog form {
	margin-top:40px;	
}

#divformCommento{
	margin-top:20px;
}

#textareacommentoMessaggio
{
	width:100%;
	height:200px;
}