$(document).ready(function(){

	$('a.enquiry-form-button').colorbox({iframe:true, innerWidth:"650px", innerHeight:"600px"});
	
});
