Как выравнивать входную линию в формах HTML
form { display: table; }
p { display: table-row; }
label { display: table-cell; }
input { display: table-cell; }
Weary Wolverine