/* CSS for ABNFEEANY */
 	.heading 
	{
		font-size: x-large;
	}
	.for_form 
	{
		background-color:#FFCCFF;
		color: #000000;
	}	
	label
	{	
		font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif;	
	}
	.textfield
	{	
		font-size:10px; width:150px;
	}	
	.sel 
	{	
		font-size:10px; width:75px;
	}	
	.for_buttons,.for_largebuttons
	{
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size:12px;
		height:22px;
		font-weight:bold;
		color:#000000;
		background-color: #C8C4D5;
		width:75px;
		height:25px;
		border:1px outset;
	}
	/* Class For Large Buttons.Large Buttons width Propertie*/
	.for_largebuttons
	{
		width:100px;
	}
