jQuery(function() {
	jQuery('#TXButton').css({'margin-bottom':'1.5em'});
	jQuery('#TXDeregulationForm').hide();
	jQuery('#TXButton a').bind('click',function(event){jQuery('#TXDeregulationForm').show(); jQuery('#TXButton').css({"margin-bottom":0}); return false;});
});