Reply to comment

Do NOT use Request.ApplicationPath!!!

Code bombs out in IIS7!

use the following instead:
background-image:url(<%= Page.ResolveUrl("~/images/bg_home_search.png") %>);

Reply