If you examine the Liveresults.aspx page, you'll find that it is very sparse. In fact the entire file content is the page directive.
1: <%@ Page language="c#" validateRequest="false" AutoEventWireup="false" Inherits="EasySearchModule.LiveResults" %>
These file contents output the results for EasySearch Hints. While this content cannot be modified, you can use the EasySearch.CSS file to make extreme modifications to the presentation of this content.
The following is the source of a LiveSearch Results. This is supplied for you to get an easy to understand page model for the CSS names. Our request was EasySearch/LiveResults.aspx?Search=e ... which returned the following results.
1: <div><a href="javascript:ria('extremely');"><span>e</span>xtr<span>e</span>m<span>e</span>ly</a></div>
2: <div><a href="javascript:ria('everyone');"><span>e</span>v<span>e</span>ryon<span>e</span></a></div>
3: <div><a href="javascript:ria('enter');"><span>e</span>nt<span>e</span>r</a></div>
4: <div><a href="javascript:ria('easysearchresults_datagrid');"><span>e</span>asys<span>e</span>archr<span>e</span>sults_datagrid</a></div>
5: <div><a href="javascript:ria('easyseaarch');"><span>e</span>asys<span>e</span>aarch</a></div>
6: <div><a href="javascript:ria('entire');"><span>e</span>ntir<span>e</span></a></div>
7: <div><a href="javascript:ria('eligible');"><span>e</span>ligibl<span>e</span></a></div>
8: <div><a href="javascript:ria('easy');"><span>e</span>asy</a></div>
9: <div><a href="javascript:ria('easily');"><span>e</span>asily</a></div>
10: <div><a href="javascript:ria('everything');"><span>e</span>v<span>e</span>rything</a></div>