/* *********** contatti faustaleoni.it vers. php 1.0 **************** */
@import "base.css";
@import "footer.css";
@import "menunav.css";
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none
}
body {
  font: normal 12px tahoma,verdana,arial,helvetica,sans-serif;
  color: #000;
}
img {
  border: none;
}
div#content {
  position: relative;
  float: left;
  width: 990px;
}
div#colonnasx {
  position: relative;
  float: left;
  background-color: transparent;
  margin: 0;
  width: 700px;
  text-align: left;
}
.message {
  position: relative;
  float: left;
  width: 650px;
  font: bold 12px tahoma,verdana,arial,helvetica,sans-serif;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  background: transparent url(../images/bgmessage.png) center no-repeat;
}
.formdati {
  position: relative;
  float: left;
  margin-bottom: 5px;
}
.etichetta {
  position: relative;
  float: left;
  margin-bottom: 5px;
  font: bold 12px tahoma,verdana,arial,helvetica,sans-serif;
  color: #000;
  width: 120px;
  text-align: right;
  padding-right: 5px;
}
.inputdati {
  position: relative;
  float: left;
}
.f100,.f200,.f400,.f530t {
  font: normal 12px tahoma,verdana,arial,helvetica,sans-serif;
  color: #000;
	width: 100px;
  height: 18px;
	background: #fff;
  padding-top: 2px;
  padding-left: 3px;
  border: #888 1px solid;
}
.f200 {
  width: 200px;
}
.f400 {
  width: 400px;
}
.f530t {
  width: 530px;
  height: 120px;
}
.f100:hover,.f200:hover {
  border: #000 1px solid;
}
.oblig {
  border: #00e 1px solid;
}
.blu {
  font-weight: 800;
  color: #00e;
}
.invia {
  background: url(../images/invia.png) no-repeat;
  width: 70px;
  height: 24px;
  border: none;
}
.spazio {
  position: relative;
  float: left;
  width: 800px;
  height: 50px;
}
.spazio2 {
  position: relative;
  float: left;
  width: 800px;
  height: 105px;  
}

