$(document).ready(function() {
	$("#open-request-info, #open-request-info-inpage").colorbox({
		width : "500px",
		height : "400px",
		inline : true,
		href : "#marketwire-element"
	});
});
