	$(document).ready(function(){
		$("table.form :radio").graphicInput({
			new_element: '<div class="radio"></div>',
			onClass: 'radio_on'
		});
		$("table.form :checkbox").graphicInput();
		$("table.form select").customSelect();
	});

	
