/** {
  padding: 0;
  margin: 0;
  
 }*/
 

 
 body {
  font-family: "Century Gothic",arial;
  font-size: 14px;
  color: #FFF;
  font-weight:bold;
  background-color:#f0ece3;
 background-image: url(background.jpg);
  background-repeat: repeat-x;
  /* background-color: #292929;*/
 }
 

 
img {
border: 0;
vertical-align:middle;
 }
 
h1 {
  font-size: 11px;
  color: #FF00AA;
  font-weight: bold;
 }
 
h2 {
  font-weight: normal;
  padding-bottom: 7px;
  font-size: 10px;
 }
 
a {
  color: #005fa0;
  text-decoration: none;
  font-weight: bold;
 }
 
a:hover {
  text-decoration: underline;
 }
 
 
.introduzione {
 
  font-size: 15px;
  color: #FFF;
 
 }
 
.small {
    font-size: 11px;
  color: #FFF;
  font-weight: bold;
 }
 
  .medium {
    font-size: 12px;
  color: #FFF;
  font-weight:normal;
  /*font-weight: bold;*/
 }
 
 .black {
    font-size: 11px;
  color: #000000;
  font-weight: bold;
 }
 
  .red {
    font-size: 18px;
  color:#CC0000;
  font-weight: bold;
 }
 
  .nero {
  
  color: #000000;
  font-weight: bold;
 }
  
    .consenso {
    font-size: 10px;
  color: #FFF;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:normal;
  /* background-color:rgb(0,0,255);
	filter: alpha(opacity=20);
	opacity:0.2;*/
  /*font-weight: bold;*/
 }
 
 .consenso a {
    font-size: 11px;
  color: #c1c1c1;
  text-decoration:underline;
  
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;

 }
 
p{
 /*text-align:justify;*/


 }
 
 
 .gray {
    font-size: 11px;
  color: #ccc;
  font-weight: bold;
 text-shadow: 0px -1px 0px #000;

 }
 
  .darkgray {
    font-size: 11px;
  color: #8f8f8f;
  font-weight: bold;


 }
 
 
 
 .clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('bg_button_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
 
 
 
 textarea {
	width: 500px;
	height: 320px;
	border: 3px solid #fff;
	line-height:17px;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	background-image: url(bgt.gif);
	/*background-position: bottom right;
	background-repeat: no-repeat;*/
}


 .textarea2 {
	width: 200px;
	height: 120px;
	border: 3px solid #fff;
	line-height:17px;
	padding: 5px;
	font-family: Tahoma, sans-serif;

}
