Button Alignment
by ChrisStanyon
HTML
<div id="wrapper">
<form action="search.php" method="POST">
<input type="text" name="email" id="login_box" value="username" />
<input type="image" src="http://hihatwebdesign.com/cobb/images/search_icon.jpg" name="submit" />
</form>
</div>
CSS
#wrapper { padding: 15px; background-color:black; }
#login_box { padding:0px; float:left; width: 250px; border: none; height:22px; }