/*	----------------------------------------------------------------------
		Contact page definitions
	----------------------------------------------------------------------	*/

TABLE.TableDataIn	{ border: solid 0px }
TABLE.TableDataOut	{ border: solid 0px }
TD.InputCaption		{ vertical-align: top; }
TD.Button			{ vertical-align: top; }
TD.ErrorMessage		{color: #ff0000; font-weight: bold; font-size: 16px}
TD.SuccessMessage	{color: #00ff00; font-weight: bold; font-size: 16px}
TD.FailureMessage	{color: #ff0000; font-weight: bold; font-size: 16px}

INPUT.TextInput		{}
INPUT.TextAreaInput	{}