$( function(){
	
	$( "#form" ).accordion( {
		header: 'label',
		autoHeight: false
	} );

} );
