



/*Any form properties*/

form{ padding:0px; margin:0px; border:0px;}



/*ID of DIV element that contains form table*/

#fg_form_container{  padding:3px; text-align:left;}



/*DIV that contains text with result of form action*/

.fg_action_result{ color:#006600; font-weight:bold;}



/*Class of the entire form table*/

.fg_form_table{ width:100%;}

	

	/*All td cells in form table*/

	table.fg_form_table td { padding:2px;}

	

	/*Field name td*/

	.fg_form_fieldname_td{ text-align:right; vertical-align:top;}

	

	/*Star sign cell*/

	.fg_star_td{ vertical-align:top;}

	

	/*Cell with input elements*/

	.fg_form_input_td{ text-align:left;}

	

	/*Error description cell*/

	.fg_error_td{ vertical-align:top; color:#FF0000; padding-left:10px; width:100px;}

	

	/*Description for the field*/

	.fg_description_div{ font-size:10px; color:#999999; font-style:italic; margin-bottom:3px;}	

	

	/*Text for STAR*/

	.fg_star_text{ padding-top:3px; text-align:left;}



/*One of the class of input elements*/

.fg_form_input{ }



/*Contains text/flashmovie with appears when form's data is sending*/

#form_preloader{ font-size:10px; float:left; margin-left:5px; visibility:hidden;}





/*----------------------------------------------------------*/



.submit_button{ float:right;}

.inputClass{ width:100%;}

.form_captcha_field{ width:140px;}