Input with extra width

ignohegewaria

New Member
I have created 3 input boxs in a div and the input boxes have been styled to have 269px width but displays with an extra 2px when i view it in a browser how do i stop it from doing this. I have set it with a margin of 5px on the right but have set it as 0 on the third one.\[code\] input{ text-indent:5px; height: 45px; color: #ffffff; width: 269px; margin-right: 5px; background-color: #0A4E6E; border: none; font-family: Helvetica Neue; font-size: 22px; display:block; float: left;}\[/code\]
 
Top