// Forum Registration Form
$(document).ready(function(){

	$(".form-register").colorbox({width:"740px", height:"700px", iframe:true});

});
