$(function() {
	if($.browser.msie) {
		$('.png').ifixpng();
	}
	var h = $('.textBox .col-right').height($('.textBox .col-left').height()).height();
	$('.excel').css('marginTop', parseInt(h)/2 - parseInt($('.excel').height()) + 'px');
	$('a.subscribe, .closer').click(function() {
		$('.subscribeForm').toggle();
	});
});