*,
*:before,
*:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#contatti {
  max-width: 600px;
  text-align: center;
  margin: 20px auto;
}
#contatti input, form textarea {
  outline: 0;
  padding: 0.8em;
  border: 1px solid #ccc;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border: 7px 7px 7px 7px;
  display: block;
  width: 100%;
  font-family: 'Arial', sans-serif;
  font-size:1em;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  resize: none;
}
#contatti input:focus, form textarea:focus {
border: 1px solid #ccc;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border: 7px 7px 7px 7px;
}
#contatti #input-submit {
  color: #FFF;
  background: #ff7f57;
  cursor: pointer;
}
#contatti #input-submit:hover {
  -moz-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.7);
  -webkit-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.7);
  box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.7);
}
#contatti textarea {
  height: 80px;
  border: 1px solid #ccc;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border: 7px 7px 7px 7px;
}
.half {
  float: left;
  width: 44%;
  margin-bottom: 1em;
}
.right {
  width: 46%;
}
.left {
  margin-right: 6%;
}
@media (max-width: 480px) {
  .half {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}
/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

.errore {
	margin-left:2em;
   color: #CC0000;
   font-size: 1.em;
}
.bene {
   color: #333;
   font-size: 1.em;
   font-weight: bold;
}
.box22F {
	width: 80%;
	margin: 0 auto;
	height: auto;
	overflow:hidden;
	border: 1px solid #CCC;
	padding:0 36px 5px 10px;
}
