Formulare : input feld ohne rahmen (ie vs firefox)

Moin

ich hab ein formular
siehe http://abc-xyz.no-ip.org/albus/

im Firefox nimmt er das CSS ohne probleme
im IE baut er mal wieder nur mist

hier mal das CSS dazu

/\* START CSS start logon guest \*/
#logonguestquick {
position:absolute;
top:118px;
left:5px;
width:205px;
height:141px;
z-index:10;
}
#logonguestquick form {
margin-top:45px;
margin-left:85px;
line-height:8px;
}
#logonguestquick input {
border-style:hidden;
font-size:7pt;
font-family:Arial;
}
.loginsubmit {
margin-top:15px;
margin-left:24px;
}
.loginnametitel {
margin-top:10px;
margin-left:0px;
font-size:8pt;
font-family:Arial;
color:#000000;
}
.loginname {
margin-top:10px;
margin-left:3px
}
.loginpasstitel {
margin-top:2px;
margin-left:0px;
font-size:8pt;
font-family:Arial;
color:#000000;
}
.loginpass {
margin-top:2px;
margin-left:3px;
}

wat mach ich den nun wieder falsch ??

das HTML dazu

User

Pass
  1. darf ich Tag

nutzen ?? oder soll ich das auch lieber mit CSS realisieren ?
2. wie krieg ich die rahmen weg im IE ??
3. warum weshalb wieso :smile:

hi RakonDark
du hast

border-style:hidden;

definiert probier mal:

border:none;

das sollte die gewünschte wirkung zeigen.

gruss chris

Danke
Danke, habs auch gemerkt :smile: