Good to all. There is a code:
<link rel="stylesheet" href="auto_complite_input_text/jquery-ui.css"> If you just open in the browser, then everything is fine. If you open through the web-server (apach to Denwer), then the path is lost. If you write this:
<link rel="stylesheet" href="/auto_complite_input_text/jquery-ui.css"> / - home directory does not help either.
It remains to prescribe the full path:
<link rel="stylesheet" href="http://cleric-work/auto_complite_input_text/jquery-ui.css"> Then everything works. Why it happens?