/* CSS-CLASS `TABLE.Event_Form_Table` is referenced in: form_table.inc */
TABLE.Event_Form_Table
	{
		
	}
	
/* CSS-CLASS `TR.Event_Form_Table` is referenced in: form_table.inc */
TR.Event_Form_Table
	{
		
	}
	
/* CSS-CLASS `TD.Event_Form_Table` is referenced in: form_table.inc */
TD.Event_Form_Table
	{
		padding-top		:3px;
		padding-bottom	:3px;
		padding-left	:3px;
		padding-right	:3px;
		vertical-align	:top;
		
		color			 :black;
		font-size		 :12px;
		font-family		 :Verdana,Arial;
		font-weight		 :bold;
	}
	
/* CSS-CLASS `INPUT.Event_Form_Textfield` is referenced in: form_table.inc */
INPUT.Event_Form_Textfield
	{ background-color :white; color			 :black; font-size		 :12px; font-family		 :Verdana, Arial; font-weight		 :normal; width: 300px; border: solid 1px; }

/* CSS-CLASS `SELECT.Event_Form_Textfield` is referenced in: form_table.inc */
SELECT.Event_Form_Textfield
	{ background-color :white; color			 :black; font-size		 :12px; font-family		 :Verdana, Arial; font-weight		 :normal; height			 :200px; width			 :300px; border: solid 1px; }
	
/* CSS-CLASS `TEXTAREA.Event_Form_Textfield` is referenced in: form_table.inc */
TEXTAREA.Event_Form_Textfield
	{ background-color :white; color			 :black; font-size		 :12px; font-family		 :Verdana, Arial; font-weight		 :normal; width: 300px; border: solid 1px; }
	
/* CSS-CLASS `INPUT.Event_Form_Button` is referenced in: form_table.inc */
INPUT.Event_Form_Button
	{ background-color:white; color			:black; font-size		:12px; font-weight		:bold; font-family		:Verdana, Arial; width: 300px; border: solid 1px #999999;;
	}
