@charset "utf-8";
/* CSS Document */

body{
	background: #c6d8e2;
	font-family:arial;
	font-size:12px;
	color:#57565b;
}

#container {
background:#FFF;
margin-top:10px;
padding-top:5px;
width:889px;
margin:auto;
padding-bottom:20px;
}

.header {
width:889px;
height:100px;
background-repeat:no-repeat;
background-image:url(images/testata.png);
}
a{
color:#2fa044;
text-decoration: none
}
a.link_send{
font-weight:bold;
color:#2fa044;
background-image:url(images/mail.png);
background-repeat:no-repeat;
padding-left:35px;
font-size:14px;
padding-top:12px;
line-height:3em;
}

h2 {
color:#000000;
font-family:Georgia;
font-size:26px;
font-style:italic;
text-align:left;
}

h3 {
color:#2fa044;
font-size:22px;
font-weight:bold;
}

h3.leggi{
background-image:url(images/leggi.gif);
background-repeat:no-repeat;
padding-left:30px;
padding-top:5px;
}

h3.scrivi{
background-image:url(images/scrivi.gif);
background-repeat:no-repeat;
padding-left:36px;
padding-top:5px;
}

.column {
width:290px;
margin:10px;
text-align:justify;
border-right: 1px dashed #c8cdd5;
padding-right:10px;
}

.box {
width:290px;
margin:10px;
margin-top:20px;
text-align:justify;
padding-left:5px;
padding-right:5px;
background:#000000;
color:#FFFFFF;
background-image:url(images/reazioni.png);
padding-top:60px;
background-repeat:no-repeat;
padding-bottom:10px;
}

.main {
margin:10px;
width:540px;
float:right;
}

.line {
height:2px;
margin-top:10px;
margin-bottom:10px;
border-top: 1px dashed #c8cdd5;
}

.clear {
clear:both;
}

input{
background-color:#d7e2ae;
color:#000;
font-size:18px;
font-weight:bold;
border:1px solid #39a631;
}
button{
font-size:18px;
font-weight:bold;
background-color:#d7e2ae;
color:#ec155b;
border:1px solid #39a631;
}


div.comment{width: 400px;margin-top: 20px;
    background:url(images/cBody.png) repeat-y top}
div.cbody{background: url(images/cTop.png) no-repeat top;
    padding: 10px 10px 0}
div.cbody p{margin:0 0 0.8em}
div.author{margin-top:-0.8em;padding:35px 0 0 25px;
    background: #FFF url(images/cBottom.png) no-repeat top}
div.author strong{color: #7CA500}
