$(document).ready(function() {
      
jQuery('#accordion').accordion({ 
    autoHeight: false, 
    active: false, 
    alwaysOpen: false, 
    animated: false, 

});


    $("div.formLabel").first().css({'width': 335,'margin-top':-15 });
    $("div.formLabel").last().css({'width': 335 });

    $("table.history tr td.dotted.txt").first().css({'padding-top': 0});

	var heightwrapper = $(window).height(); // returns height of HTML document
	$("#wrapper").css({'min-height': heightwrapper}); 

});







