/* *********** newsletter cybernaua.it vers. php 1.0 **************** */
@import "menunav.css";
@import "footer.css";
* {
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
}
body {
  background-color: #fff;
  font: normal 11px tahoma,verdana,arial,helvetica,sans-serif;
  color: #555;
  text-align: center;
  margin-top: 6px;
}
a {
  text-decoration: none
}
img {
  border: none;
}
div#pagina {
  margin: 0 auto;
  width: 990px;
  text-align: left;
}
div#testata {
  width: 990px;
  height: 164px;
  background: #fff url(../images/testata.jpg) center no-repeat;
}
div#manchettesx {
  position: relative;
  float: left;
  top: 60px;
  left: 55px;
  width: 184px;
  height: 90px;
  background: transparent;
}
div#manchettedx {
  position: relative;
  float: left;
  top: 60px;
  left: 530px;
  width: 184px;
  height: 90px;
}
div#oradata {
  position: relative;
  float: left;
  top: 60px;
  left: 535px;
  width: 73px;
  height: 70px;
  background: #fff url(../images/oradata.gif) top left no-repeat;
  padding-top: 25px;
  padding-left: 12px;
  font: bold 11px Tahoma, verdana, arial, sans-serif;
  color: #777;
}
.message,.message2 {
  position: relative;
  float: left;
  font: bold 12px tahoma,verdana,arial,helvetica,sans-serif;
  color: #c00;
  text-align: left;
}
.message2 {
  text-align: left;
  width: 500px;
}
div#archivio {
  position: relative;
  float: left;
  background: #fff url(../images/archivio.jpg) top left no-repeat;
  width: 195px;
  height: 51px;
}
div#colsx {
  position: relative;
  float: left;
  width: 620px;
  margin-left: 10px;
}
.testointro {
  position: relative;
  float: left;
  font: normal 12px Tahoma, verdana, arial, sans-serif;
  color: #333;
  margin-top: 20px;
}  
.f100,.f150,.f250,.f400,.f400s,.f650,.f650t {
  font: normal 12px tahoma,verdana,arial,helvetica,sans-serif;
  color: #000;
  width: 100px;
  height: 16px;
  background: #eee;
  padding-left: 3px;
  border: #888 1px solid;
}
.f150 {
  width: 150px;
}
.f250 {
  width: 250px;
  height: 18px;
}
.f400 {
  width: 400px;
}
.bloccoinput {
  position: relative;
  float: left;
  width: 420px;
}
.inputform {
  position: relative;
  float: left;
  width: 420px;
  margin-bottom: 5px;
}
.inputlabel {
  position: relative;
  float: left;
  margin-bottom: 5px;
  font: normal 11px tahoma,verdana,arial,helvetica,sans-serif;
  color: #555;
  width: 120px;
  text-align: right;
  padding-right: 5px;
}
.inputdati {
  position: relative;
  float: left;
}
.submit {
  position: relative;
  float: left;
  width: 380px;
  margin: 20px 10px 0 150px;
}
.salva {
  background: url(../images/salva.gif) no-repeat;
  width: 80px;
  height: 22px;
  border: none;
  cursor: pointer;
}
.formdati {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 400px;
}
.invia {
  background: url(../images/invia.gif) no-repeat;
  width: 80px;
  height: 22px;
  border: none;
}
div#coldx {
  position: relative;
  float: right;
  width: 350px;
  margin-left: 15px;
  margin-right: 10px;
  background: #fff;
}



