/*$jQuery.noConflict();*/

$(document).ready(function(){
       $("div#descriere_oferta > table").css("width", "550px");
	   $("div#descriere_oferta > table").css("margin", "10px auto");;
	   $("div#descriere_oferta > table > tbody > tr > td").css("background-color", "#f7f7f5");
	   $("div#descriere_oferta > table > tbody > tr > td").css("padding", "5px");
});
