Input margin: 8px 0 0 7px;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title></title> <style rel="stylesheet" type="text/css"> .search { width: 751px; float: left; color: #272727; padding: 0 0 16px 108px; overflow: hidden; background-image: url(images/search_bg.gif); background-position: top left; background-repeat: no-repeat; } .search img { float: left } .input { height: 17px; float: left; border: 2px inset #CECECE; margin: 8px 0 0 7px; padding: 0 0 0 5px; font-size: 12px; color: #454545 } </style> </head> <body> <div class="search"> <form action="#"> <img src="images/title.gif" alt="" width="90" height="30" /> <input type="text" class="first input" value="Enter keywords" /> <input type="text" class="second input" value="Enter Locations (country, city, zip code)" /> <a href="#" class="button">Search</a> <div class="line"> <input type="checkbox" class="check" /> <span class="exept">Search Title Only</span> <div class="links"> <a href="#">US Job Search</a> | <a href="#">More Search Options</a> </div> </div> </form> </div> </body> </html>