$(document).ready(function(){
	$('#inner, #results').corner('round 8px').parent().css({padding: '3px', width: '466px'}).corner("round 10px");
});