html, body {margin:0;padding:0;width:100%;height:100%;}
body {background:#fff url(/images/bg.jpg) top center no-repeat;font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";font-size:13px;color:#333;text-align:center}
a img {border:0}
form.new_newsletter span.b {margin-right:5px}
form.new_newsletter fieldset legend {color:#009ee0;font-size:10.5pt;padding:0 10px;font-weight:bold;text-transform:uppercase}
form.new_newsletter fieldset {margin-bottom:8px}
form.new_newsletter input.textfield {width:95%}
.trasparente {
    width: 350px;
    height: 120px;
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    background-color: #fff;
    /* inizio gestione trasparenza */
    filter:alpha(opacity=20);
    opacity: 0.2;
     -moz-opacity:0.2;
    /* finegestione trasparenza */
  }
  .p {
    padding: 20px;
  }