@charset "utf-8";

/* ==========================================

  “Contact” CSS
		
========================================== */
#contact .in			{	max-width:750px;}

textarea			{	width:98%!important; max-width:98%!important; height:150px!important; font-family:inherit;}
input[type="tel"]	{	width:12em!important;}
.wL					{	width:98%!important; max-width:98%!important;}
.wM					{	width:20em!important;}
.wS					{	width:7em!important;}

.thanks				{	text-align:center;}


@media screen and (max-width: 450px) {
input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea{	font-size:16px;}
}