In my custom master page I added a search control
<div id="search-ctrl" class="s4-notdlg">
<asp:ContentPlaceHolder id="PlaceHolderSearchArea" runat="server">
<SharePoint:DelegateControl runat="server" ControlId="SmallSearchInputBox" Version="4"/>
</asp:ContentPlaceHolder>
</div>
which I see it on all the pages except the search center results page. On the search results page, the control shows up above the search results and not where I added it in the master page.