@media all {	/* Contact Form
	/*******************************************************/
	/* Contact Form */
	TABLE.ContactForm,
	TD.ContactFormCommandCell,
	TH.ContactForm,
	TD.ContactForm	{ font-size: 10pt; font-family: Verdana,Helvetica; }

	TABLE.ContactForm			{ border: 1px solid #900000; }

	TD.ContactFormCommandCell,
	TH.ContactForm,
	TD.ContactForm				{ border-top: 1px solid #DDA4A4; }

	TH.ContactForm				{ border-width: 0px; }
	TD.ContactForm				{ padding: 0px 2px; text-align: right; }

	TH.ContactForm,
	TD.ContactFormCommandCell	{ padding: 2px; text-align: center; }

	TEXTAREA.ContactForm	{ width: 450px; height: 60px; margin-top: 1px; }
	INPUT.ContactForm		{ width: 240px; }
	TH.ContactForm			{ font-size: 11pt; background-color: #9B0101; color: white; font-family: Verdana,Helvetica; }

	/*******************************************************/
	/* Contact Form Response */
	.RightSVC, .WrongSVC
				{ font-family: Verdana,Helvetica; 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: center; }
	.WrongSVC	{ border-color: #CD6600; background-color: #FF7900; text-align: center; }
}
