
FORM {
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  position: relative;
  margin-left: 50px; }

div.in {
  margin: 0;
  padding:0 }

.in label {
  float: left;
  width: 65px;
  line-height: 18px;
  text-align: left;
  margin-right: 10px;
  font-size: 12px;
  color: #0265A9;
  font-weight: bold;
  text-transform: capitalize; }

.in input {
  margin-bottom: 3px;
  font-size:12px }

.in input.text {
  border-color: #999;
  border-width: 1px;
  border-style: solid;
  width: 135px;
  height:14px;
  background-color: #fff;
  color: #333; }

.in input.check {
  float: left;
  margin-right: 1em; }

#check_container {
  margin-left: 35px;
  margin-top: 1em; }

#checktxt {
  font-size: 11px;
  margin-left: 20px;
  height: 20px;
  color: #fff; }

#checktxt a {
  text-decoration: underline;
  color: #0265A9;
  padding-top: 3px;
  font-weight: bold; }

#checktxt a:hover {
  color: #009cc7; }

button {
  position: absolute;
  top: 0;
  left: 210px ! important;
  left: 140px;
  background-color: transparent;
  border-style: none;
  cursor: pointer; }

button:hover{ filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;}
button:active{ border-bottom-style:none; outline-style:none}
button:focus{border-bottom-style:none; outline-style:none}
/*errore*/ 
#errore {
  color: #c00;
  visibility: hidden;
  font-weight: bold;
  margin-top: -5px;
  margin-left: 10px;
  margin-right: 10px; }

/*privacy*/ 
#overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6; }

#trattamento {
  display: none;
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  z-index: 100;
  border-color: #ebebeb;
  border-width: 1px;
  border-style: solid;
  width: 360px;
  margin-left: -170px;
  margin-top: -160px;
  padding-bottom: 20px; }

#bar {
  text-align: right;
  height: 25px;
  line-height: 25px;
  background-color: #009cc7; }

#bar a {
  text-decoration: none;
  color: #0265A9;
  font-weight: bold;
  width: 16px;
  height: 16px;
  margin-right: 20px; }

#bar a:hover {
  text-decoration: underline; }

#trattamento-in {
  color: #0265A9;
  font-size: 12px;
  line-height: 25px;
  text-align: justify;
  margin-top: 20px;
  margin-right: 30px;
  margin-bottom: 0;
  margin-left: 20px; }

#trattamento-in a {
  font-weight: bold;
  color: #009cc7; }

#trattamento-in a:hover,#trattamento-in a:focus,#trattamento-in a:active {
  text-decoration: underline; }

/*esito invio mail*/ 
#esito {
  position: absolute;
  top: 45px;
  left: 0;
  width: 340px;
  height: 148px;
  background-image:url(../img/info_panel_bg2.jpg);
  background-position:bottom left;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 17px;
  color: #009cc7; }
  
 #esito p{ padding-top:20px}

#esito a {
  display: block;
  text-transform: lowercase;
  font-size: 12px;
  color: #666; }

#esito a:hover {
  text-decoration: underline; }




