@media all {
	HTML					{ box-sizing: border-box; }
	*, *:before, *:after	{ box-sizing: inherit; }

	/*******************************************************/
	/* Contact Form */
	TABLE.ContactForm,
	TD.ContactFormCommandCell,
	TH.ContactForm,
	TD.ContactForm	{ border-width: 0px; border-color: #CCC; border-style: solid;
						font: 13.5pt 'PT Serif',Times;
						line-height: 1.647; color: #444444; }

	TABLE.ContactForm	{ border-width: 0px; }
	TH.ContactForm		{  border-top-width: 1px; }

	TD.ContactForm				{ padding: 5px; text-align: right; }
	TH.ContactForm,
	TD.ContactFormCommandCell	{ padding: 5px 2px; text-align: center; }
	TD.ContactFormCommandCell	{ border-width: 1px 0px 0px; }

	TEXTAREA.ContactForm	{ width: 100%; height: 80px; }
	SELECT.ContactForm,
	INPUT.ContactForm		{ width: 240px; }
	TH.ContactForm			{ font: 16pt Oswald,Helvetica; }

	TEXTAREA.ContactForm,
	SELECT.ContactForm,
	INPUT.ContactForm,
	#ContactFormCode		{ font: 13.5pt 'PT Serif',Times; }
	#ContactFormReload		{ display: inline-block; margin-right: 105px; }


	/*******************************************************/
	/* reCAPTCHA Ver=2	*/
	TD.zCaptcha					{ border-width: 0px 1px; }
	DIV.g-recaptcha				{ text-align: center; padding: 10px 0px 0px; }
	DIV.g-recaptcha > DIV		{ display: inline-block; }



	/*******************************************************/
	/* Contact Form Response */
	.RightSVC, .WrongSVC, .WrongEmail
				{ font: 13.5pt 'PT Serif',Times; /* line-height: 1.647; */
				  padding: 10px; margin: 0px auto 10px auto;
				  border: 1px solid #000; width: 560px; }
	.RightSVC	{ background-color: #C0FFC0; color: #000 ! important; text-align: left; }
	.WrongSVC	{ background-color: #A00000; color: #FFF; text-align: center; }

}

@media screen {
	TH.ContactForm			{ background: #E8E8E8 left bottom url(/Images/Contacts.png) repeat-x; color: #000000; }
}

@media print {
	TH.ContactForm			{ background-color: #FFFFFF; color: #000000; }
}