
$(window).load(function() {

	$(".row .item").each(function(){
		$(this).find(".main").height( $(this).height() - $(this).find("form").height() - 25 );
		if ($(this).find(".present").length) {
//			$(this).find("form").hide();
		}
	});
});


$(document).ready(function() {

});


