Browserunterschiede bei Formularen

Prophet
Ich habe ein Textfeld und einen Butten mit diesem Code formatiert:
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
input
{
	font-size:10px;
	font-family:'Verdana', sans-serif;
	border:solid 1px #124;
	background-color:#fff;
	color:#000;
	line-height:13px;
	padding:2px 3px;
	margin-right:3px;
}


Nun habe ich das problem das jeder browser den button anderes darstellt und das textfeld immer gleich bleibt... nur opera macht es richtig...

Hier ein beispiel: http://prophet.argoedv.de/test/input_prob.htm

Wie bekomme ich es hin das textfeld und button in allen browsern gleichdargestellt werden?

mfg Prophet
daHooligan
also bei mir sieht das im IE (6.0.2900.2180) und im Opera (8.5 Build 7700) gleich aus

login-feld1-leer-feld2
Prophet
mein problem ist das der login button in jedem browser eine andere größe hat. in opera ist es soweit ich weiß richtig aber im ie ist er zum beipiel um einiges zu groß.
daHooligan
stimmt... was wäre wenn du ein bild anstelle des buttons nimmst??
Prophet
habe ich bereits versucht. das verrutscht der gesamte button komischer weise nach oben...