I am using wordpress twentyten theme.
and in this i have set search widget.
Now i want to customize my search option which look like,

and i want to chane it like,

Can any one tell me where i have to change?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The php for the wordpress search form is
<?php get_search_form(); ?>which writes out the following in the browserSo you’d need to find #searchform in your theme’s stylesheet and then customize the css from there. If you need more help try downloading firebug and using it to inspect the existing Css.