
appendEvent( window, 'load', function() {
		
	// Align the right menu in all browsers.
	document.getElementById('my_user_loggedin').style.marginLeft = 'px';
	document.getElementById('search_cont_field').style.marginLeft = 'px';
	document.getElementById('find_yoga_cont_field').style.marginLeft = 'px';
	document.getElementById('calendar_container').style.marginLeft = 'px';
});
