
.modulocentro {
	
	margin-left: 10%;
	
}


ul.moduloul {
	list-style-type:none;
	padding:0px;
	/*margin:10px;*/
}
ul.moduloul li {
	margin-bottom: 11px;
}


/*
p.form_incompleto { 
	width: 80%;
	padding: 4px 7px;
	margin-bottom: 11px;
	line-height: 18px;
	color: #3f3f3f;
	border: 1px solid #7b7a7a;
}
*/

input.campi_testi {
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #000;
	width: 80%;
	height: 21px;
	padding: 4px 7px;
	border: 1px solid #7b7a7a;
	outline: 0;
	-webkit-appearance: none;
}

input.campi_testi:focus {
	border-color: #ffcc00;
}

input.campi_testi_errore {
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #000;
	width: 80%;
	height: 21px;
	padding: 4px 7px;
	border: 1px solid #7b7a7a;
	outline: 0;
	-webkit-appearance: none;
}

input.campi_testi_errore:focus {
	border-color: #ffcc00;
}

input.campi_testi_completo {
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #000;
	width: 80%;
	height: 21px;
	padding: 4px 7px;
	border: 1px solid #ffcc00;
	outline: 0;
	-webkit-appearance: none;
}

textarea.campi_testi {
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	color: #000;
	width: 80%;
	height: 220px;
	padding: 4px 7px;
	resize: none;
	border: 1px solid #7b7a7a;
	outline: 0;
	-webkit-appearance: none;
}

textarea.campi_testi:focus {
	border-color: #ffcc00;
}

textarea.campi_testi_errore {
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	color: #000;
	width: 80%;
	height: 220px;
	padding: 4px 7px;
	resize: none;
	border: 1px solid #7b7a7a;
	outline: 0;
	-webkit-appearance: none;
}

textarea.campi_testi_errore:focus {
	border-color: #ffcc00;
}

textarea.campi_testi_completo {
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 2px;
	color: #000;
	width: 80%;
	height: 220px;
	padding: 4px 7px;
	resize: none;
	border: 1px solid #ffcc00;
	outline: 0;
	-webkit-appearance: none;
}

input.campi_submit {
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	color: #000;
	width: 50%;
	height: 34px;
	padding: 4px 7px;
	/* border: 1px dashed #195aa0; VECCHIO */
	border: 1px solid #ffcc00;
	outline: 0;
	-webkit-appearance: none;
	cursor: pointer;
	background: #ffffff;
}

input.campi_submit:focus {
	border-color: #ffcc00;
}

.campi_testi_titolo {
	visibility: hidden;
}