$(function(){

	$("#top_desc").corners('4px bottom');
	$("#top_desc_label").corners('4px top');
	$(".details").corners('4px top');
	$(".descrip_body").corners('4px bottom top-right');
	$("#console").corners('4px bottom');

});