#contact_info {
	margin-bottom: 40px;
}

	.contact_address {
		display: inline-block;
		width: 300px;
		height: auto;
		margin-right: 20px;
		vertical-align: top;
	}

	@media screen and (min-width : 320px) and (max-width : 479px) {
		.contact_address { display: block; margin-right: 0px; margin-bottom: 20px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.contact_address { display: block; margin-right: 0px; margin-bottom: 20px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.contact_address { }
	}

.contact_form {
	position: relative;
	top: 0px;
	left: 0px;
}

	.contact_label {
		width: 100px;
	}
	
	.contact_input {
		width: 600px;
		height: 30px;
		border: 1px solid #dbdbdb;
		font-family: 'Raleway', sans-serif;
		font-weight: 400;
		font-size: 16px;
		color: #393939;
		padding: 0 10px;
		background: #ffffff;
		border-radius: 4px;
		margin: 3px 0 10px 0;
	}

	@media screen and (min-width : 320px) and (max-width : 479px) {
		.contact_input { width: 280px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.contact_input { width: 440px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.contact_input { }
	}
	
	#field4 {
		height: 200px;
	}
	
	.contact_error {
		color: #F00;
		font-weight:bold;
		text-decoration:underline;
	}
	
	#div_chk1 {
		margin-bottom: 20px;
	}
	
	#div_chk1 .contact_label, #div_chk2 .contact_label {
		font-size: 12px;
	}
	
	#contact_invia {
		position: relative;
		top: 0px;
		left: 0px;
		margin-top: 20px;
		border-radius: 4px;
		background: #266cb2;
		width: 100px;
		padding: 6px 0 5px 0;
		text-align: center;
		color: #ffffff;
		cursor: pointer;
		font-weight: bold;
	}
	
	.inactive {
		filter:alpha(opacity=50);
		opacity:0.5;
	
		cursor: text;
	}

#btt_menu_contatti { background: #99130a; }