/*
* { margin: 0; padding: 0; outline: none; }
html { font-size: 62.5%; height: 101%; }

body { background: #fff; font-family: "Calibri", Arial, sans-serif; }
img { border: 0; }

a { color: #3a51b2; text-decoration: none; }
a:hover { text-decoration: underline; }

h2 { font-size: 1.8em; line-height: 1.9em; margin-bottom: 15px;  }

p { color: #656565; font-size: 1.2em; margin-bottom: 10px; }

*/

/*
#wrapper { width: 640px; margin: 0 auto; padding: 30px 45px; }
*/


.comment-sections H3 { margin: 0px; padding: 0px; }
.comment-sections P { margin: 2px 0px 7px 0px; line-height: 1.31; padding: 0px; }
.comment-sections P.comments_titolo { margin: 2px 0px 7px 0px; font-size: 18px; padding: 0px; }
.comment-sections SPAN.nome { font-weight: bold; color: #808080 }
.comment-sections A.nome { text-decoration: none; color: #333333; }


.comment-sections {
	background: #EBEBEB;
	margin: 5px 0px 5px 0px;
	padding: 7px 11px 7px 11px;
}
/* dongiobenve original! :-)
.comment-sections {
	background: #E0E0E0;
	padding: 0.5px 7px 0.5px 7px;
}
*/
.comment-sections .inline { display: none; width: 600px; }

.comment-sections label { margin-right: 12px; margin-bottom: 9px; font-family: Georgia, serif; color: #646464; font-size: 1.2em; }

.comment-sections .txt { display: inline-block; color: #676767; width: 420px; font-family: Arial, Tahoma, sans-serif; margin-bottom: 10px; border: 1px dotted #ccc; padding: 5px 9px; font-size: 1.2em; line-height: 1.4em; }

.comment-sections .txtarea { display: block; resize: none; color: #676767; font-family: Arial, Tahoma, sans-serif; margin-bottom: 10px; width: 500px; height: 150px; border: 1px dotted #ccc; padding: 5px 9px; font-size: 1.2em; line-height: 1.4em; }

.comment-sections .txt:focus, .comment-sections .txtarea:focus { border-style: solid; border-color: #bababa; color: #444; }

.comment-sections input.error, .comment-sections textarea.error { border-color: #973d3d; border-style: solid; background: #f0bebe; color: #a35959; }

.comment-sections input.error:focus, .comment-sections textarea.error:focus { border-color: #973d3d; color: #a35959; }

.comment-sections .send { 
color: #DEE5F0;
display: inline;
cursor: pointer;
padding: 3px 4px;
font-size: 1.1em;
border: 1px solid #1B3A68;
border-radius: 5px;
background: -webkit-gradient(linear, left top, left bottom, from(#2f52b7), to(#1E76FC));
background: -moz-linear-gradient(top, #2f52b7, #1E76FC);
background: -webkit-linear-gradient(top, #2f52b7, #1E76FC);
background: -o-linear-gradient(top, #2f52b7, #1E76FC);
background: -ms-linear-gradient(top, #2f52b7, #1E76FC);
background: linear-gradient(top, #2f52b7, #1E76FC);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f52b7', endColorstr='#1E76FC'); */
/* color: #dee5f0;
display: inline;
cursor: pointer;
padding: 5px 11px;
font-size: 1.2em;
border: solid 1px #224983;
border-radius: 5px;
background: #1e4c99;
background: -webkit-gradient(linear, left top, left bottom, from(#2f52b7), to(#0e3a7d));
background: -moz-linear-gradient(top, #2f52b7, #0e3a7d);
background: -webkit-linear-gradient(top, #2f52b7, #0e3a7d);
background: -o-linear-gradient(top, #2f52b7, #0e3a7d);
background: -ms-linear-gradient(top, #2f52b7, #0e3a7d);
background: linear-gradient(top, #2f52b7, #0e3a7d);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f52b7', endColorstr='#0e3a7d'); */
}

.comment-sections .send:hover { background: #183d80; background: -webkit-gradient(linear, left top, left bottom, from(#284f9d), to(#0c2b6b)); background: -moz-linear-gradient(top,  #284f9d, #0c2b6b); background: -webkit-linear-gradient(top, #284f9d, #0c2b6b); background: -o-linear-gradient(top, #284f9d, #0c2b6b); background: -ms-linear-gradient(top, #284f9d, #0c2b6b); background: linear-gradient(top, #284f9d, #0c2b6b); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#284f9d', endColorstr='#0c2b6b'); }

.comment-sections .send:active { color: #8c9dc0; background: -webkit-gradient(linear, left top, left bottom, from(#0e387d), to(#2f55b7)); background: -moz-linear-gradient(top,  #0e387d,  #2f55b7); background: -webkit-linear-gradient(top, #0e387d, #2f55b7); background: -o-linear-gradient(top, #0e387d, #2f55b7); background: -ms-linear-gradient(top, #0e387d, #2f55b7); background: linear-gradient(top, #0e387d, #2f55b7); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e387d', endColorstr='#2f55b7'); }

.comment-sections .send#reset { margin-left: 20px; background: #aaa !important; }






#comments-message { display: none; position: fixed; top: 30%; height: 10%; left: 35%; width: 30%; background-color: #aaa; z-index:1001; color: #fff; -moz-opacity: 0.9; opacity:.90; filter: alpha(opacity=90); border: 1px solid green; padding: 10px; }

#comments-message h1 { text-align: center; color: green; font-weight: bold; }

#comments-message p { text-align: center; color: #000; font-weight: bold; }
