

@mixin contactpage{
	@include headerfont;
	font-size: 13px;
	
	input[type="search"]
	,input[type="text"]
	,input[type="password"]
	,input[type="submit"]
	,textarea
	,select{
		@include boxsizing(  border-box);
		width:100%;
		font-size:14px;
		padding: 5px 6px 5px 5px;
	}
	select
	,input[type="submit"]{
		width:auto;
	}
	


	.generated.text.input {
	  width: 48%;
		@media screen and (max-width: $q960) {& {
					width: 100%;
		}}
	}

	#firstName_span,
	#phone_span,
	#preffedcontact{
	  float: left;
	}
	#lastName_span,
	#email_address_span,
	#howdidyouhear{
	  float: right;
	}

	.year {
	  float: left;
	  margin-right: 25px;
		@media screen and (max-width: $qmin) {& {
			margin-bottom:20px;
		}}
	}
	.makemodel {
	  float: left;
	}
	#contactheader{
		width: 100%;
		height:auto;
	}
	#howdidyouhear {
	  	top: -6px;
		@media screen and (max-width: $qfull) {& {
			top: 0;
			margin-top:15px;
			float: left;
		}}
	}

}


