$(document).ready(function() {
	$('input[type="radio"]').css('');

	$('input[type="radio"]').click(function() {
		
	});
});
