Вы имеете в виду пиксели у 250?
$(document).ready(function(){
		var width_f = -$('#form_charter').width()/2;
		$('#form_charter').css('margin-left', width_f);
		var bottom_f = $(window).height() - $('#form_charter').height() - 250[B]px[/B];
		$('.blacky.order').stop().animate({'bottom':bottom_f}, 'normal');
	});