/* *********** bacheca faustaleoni.it vers. php 1.0 **************** */
@import "base.css";
@import "footer.css";
@import "menunav.css";
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none
}
img {
  border: none;
}
div#content {
  position: relative;
  float: left;
  width: 990px;
}
div#colsx {
  position: relative;
  float: left;
  width: 680px;
  overflow: hidden;
}
div#coldx {
  position: relative;
  float: left;
  width: 300px;
}
.spazio {
  position: relative;
  float: left;
  width: 950px;
  height: 80px;
}
.spazio2 {
  position: relative;
  float: left;
  width: 680px;
  height: 105px;
}
.message {
  position: relative;
  width: 450px;
  font: bold 12px tahoma,verdana,arial,helvetica,sans-serif;
  color: #000;
  text-align: center;
  margin: 10px auto 20px;
  background: transparent url(../images/bgmessage.png) center no-repeat;
}
.messempty {
  position: relative;
  width: 600px;
  margin: 10px 0 20px;
  padding-left: 50px;
  background: transparent;
  font: bold 12px tahoma,verdana,arial,helvetica,sans-serif;
  color: #fff;
  text-align: left;
}
.messempty2 {
  position: relative;
  width: 600px;
  margin: 10px 0 20px;
  padding-left: 50px;
  background: transparent;
  font: normal 12px tahoma,verdana,arial,helvetica,sans-serif;
  color: #000;
  text-align: left;
}
.messempty2:hover {
  background: #fff;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
}
.messempty2 a {
  font: normal 12px tahoma,verdana,arial,helvetica,sans-serif;
  color: #559;
  text-decoration: underline;
 }
.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;
  margin-bottom: 5px;
}
.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;
  cursor: pointer;
}







