jQuery(document).ready(function()
{	
	jQuery("a.forgot-pass").colorbox({iframe:true, width:600, height:430});
});

