
 $(document).ready(function(){
	 $('#request_type select').selectbox({animationSpeed: 'fast'});
	 $('#order_by select').selectbox({animationSpeed: 'fast'});
	 $('.filters input.radio').prettyCheckboxes({
		checkboxWidth: 14, // The width of your custom checkbox
		checkboxHeight: 14, // The height of your custom checkbox
		className : 'prettyCheckbox', // The classname of your custom checkbox
		display: 'inline' // The style you want it to be display (inline or list)
	});

 });
