Help please place the form and the text is normal, not crooked. 
HTML:
<div class="menu"> <div class="menu_text"> <a href="#">Главная</a> <a href="#">Статьи</a> <a href="#">Файлы</a> </div> <form class="search" action="" method=""> <input class="search-txt" type="text" name="search-txt" /> <input class="search-btn" type="image" src="img/search-b.jpg" /> </form> CSS:
.menu { background: url(img / bm.jpg) center no - repeat; padding: 20 px; } .menu_text { position: absolute; margin - left: 10 px; } .menu_text a { font - family: "Times New Roman" serif; color: #fff; text - decoration: none; font - size: 25 px; margin - right: 60 px; } .search { margin - left: 650 px; }