@media screen, projection
{
	#contact-form .c_left { float:left; clear:both; width:48%; margin-right:4%; }
	#contact-form .c_right { float:right; clear:right; width:48%; }

	#contact-form #zip_wrapper { float:left; width:19%; margin-right:2%; }
	#contact-form #location_wrapper { float:left; width:79%; }

	#contact-form #street_wrapper { float:left; width:79%; margin-right:2%; }
	#contact-form #streetnumber_wrapper { float:left; width:19%; }
}