$(document).ready(function(){
	$("a[rel='login']").colorbox({transition:"elastic", iframe:"true", width:"30%", height:"40%", href:"login"});
});
