@charset "UTF-8";


/* FORM CONTATTI */
.contactform {
	/*text-align: center;*/
}
form.form_contatti {
	padding: 20px 0;
}
form.form_contatti .red-small {
	color: red;
	font-size: 12px;
}
form.form_contatti input {
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 2px;
}
form.form_contatti label {
  /*width: 180px;*/
  text-align: left;
}
form.form_contatti label.testo_messaggio {
  width: 380px;
  text-align: left;
}
form.form_contatti .comment-input {
    width: 200px;
}

form.form_contatti textarea {
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 2px;
    height: 100px;
    width: 100%;
}

form.form_contatti #immagine_antispam {
    height: 60px;
	margin: 5px;
}

form.form_contatti #overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100000;
}
form.form_contatti #privacy {
	font-size: 12px;
    background-color: ivory;
    padding: 20px;
    position: fixed;
    right: 10%;
    left: 10%;
	top: 5%;
    z-index: 100001;
}
form.form_contatti #privacy h3{
	font-size: 24px;
	font-weight: bold;
}
form.form_contatti #read_privacy {
    margin: 5px 0;
	text-decoration: underline !important;
}

form.form_contatti .close-privacy {
    font-style: italic;
    font-weight: bold;
    text-align: right;
}
form.form_contatti input.btn-red {
    -webkit-transition:background-color 1s ease;
	-moz-transition:background-color 1s ease;
	-o-transition:background-color 1s ease;
	transition:background-color 1s ease;
	background-color: #1b567e;
    border-radius: 4px;
    border-style: none;
    color: #fff;
    font-size: 16px;
    margin: 5px auto;
    padding: 10px 100px;
    position: relative;
}
form.form_contatti input.btn-red:hover {
    background-color: #1b567e;
}