/* Javascript by Tyler Mulligan of Salter>Mitchell */
$(document).ready(function() {
	
		$("#forgot_pass").colorbox({
			iframe:true,
			height:220,
			intialHeight:100,
			width:600,
			initialWidth:100
		});
	
});

