@media all {	/* Contact Form
	/*******************************************************/
	/* Contact Form */
	TABLE.ContactForm,
	TD.ContactFormCommandCell,
	TH.ContactForm,
	TD.ContactForm	{ border-width: 1px; border-style: solid; font-size: 10pt; font-family: Trebuchet MS; }

	TABLE.ContactForm {
			border-top-color: #000000;
			border-left-color: #000000;
			border-right-color: #FFFFFF;
			border-bottom-color: #FFFFFF;
		}
	TD.ContactFormCommandCell,
	TH.ContactForm,
	TD.ContactForm	{

			border-top-color: #FFFFFF;
			border-left-color: #FFFFFF;
			border-right-color: #000000;
			border-bottom-color: #000000;
		}

	TD.ContactForm				{ padding: 0px 2px; text-align: right; }
	TH.ContactForm,
	TD.ContactFormCommandCell	{ padding: 2px; text-align: center; }

	TEXTAREA.ContactForm	{ width: 100%; height: 60px; }
	INPUT.ContactForm		{ width: 240px; }
	TH.ContactForm			{ font-size: 11pt; background-color: #248CFF; color: #000000; font-family: Trebuchet MS; }

	/*******************************************************/
	/* Contact Form Response */
	.RightSVC, .WrongSVC, .WrongEmail
				{ font-family: Trebuchet MS; font-size: 10pt; font-weight: bold; padding: 10px;margin-bottom: 10px;
				  border-width: 2px; border-style: solid; color: #FFFFFF; }
	.RightSVC	{ border-color: #88FF88; background-color: #00A000; text-align: left; }
	.WrongSVC	{ border-color: #FF8888; background-color: #A00000; text-align: center; }
}
