Thanks dude, but may be I should be more concise... That would make the cursor turns into a hand.
What I need is to make a search button turns into a hand when hovering over. Because right now this:
<label>Search Terms:
<input type="text" name = "Words" size="30" maxlength="100" class="formboxes" />
</label>
<input type="submit" name="buttsubmit" value="Search" class="buttons" />
would just be a mouse pointer if I hover over the "Search" button. Is there anyway that I can create an inline style for the search button so that when I hover over it, the cursor would turn into a hand?