

div#foglio {
  background-image: url(foglio.jpg);
  background-repeat: no-repeat;
  height: 680px;
  margin-left: 80px;
  margin-top: 25px;
  padding-top: 80px;

  
}

div#testo {

  
}

/* ******************** OLD BG ********************
div#mittente {
  background-image: url(lettera.jpg);
  background-repeat: no-repeat;
  width: 480px;
  margin: 0 auto;
}

div#lettera {
  position: relative;
  background-image: url(olivetti.jpg);
  background-repeat: norepeat;
  width: 480px;
  margin: 0 auto;

}
*/

input, textarea {
  font-family: Trebuchet MS, Arial, Tahoma;
  color: #696969;
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  border-top: none;
  border-left: none;
  background-color: #CCFFCC;
  
}

textarea {
  width: 350px;
}

