dla inputa pole zatwierdź wystaje poza diva, w którym umieszczony jest cały input.
position: absolute; left:400px
Oto cały HTML i CSS:
/*założenia wstępne*/ html,body { height: 100%; width: 100%; margin: 0px; background-color: #bfbfbf; font-family: Arial; } html, body, p, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, img, a, table { padding: 0; margin: 0; border: none; } #baner { height: 200px; width: 100%; background-repeat: no-repeat; background-position: center top; background-image: url(../gfx/baner.jpg); } #menu { float: left; height: 350px; width: 140px; background-repeat: no-repeat; background-position: left top; background-image: url(../gfx/menu.jpg); } #menu ul { font-size: 14px; font-weight: bold; padding-left: 20px; } #menu li { padding-top: 15px; } #content { background-color: gray; padding-left: 200px; } #content input { width: 150px; position: absolute; left: 400px; } #content button { width: 150px; } .verification { display: inline; } #content div.form { float: right; } #content button.form { float: left; }