/* CSS Document per il form mail */


/*#nome { background: #1C1C1C url('images/user_red.png') no-repeat 7px; } <img src="../icone/mail.png" width="30" height="30">*/
#email { 
  background-color: #ffcccc;
  background-image: url('../icone/mail.png');
  background-position: 95%; 0px;
  background-repeat: no-repeat;
  padding-left: 10px;
}

#submit {
padding: 0;
width: 100px;
}

