a { border:none; } .fehler { font-weight:bold; color:#F00; } .erfolg { font-weight:bold; color:#3C0; } /* FORM */ form { border:0; margin:0; padding:0; } form#login { } fieldset { border:0px solid red; width:804px; margin:10px 0 0 0; padding:0; } .linksb { text-align:left; } .rechtsb { text-align:right; } .zentriert { text-align:center; } /* EINGABE */ label { display:block; font-size:11px; background:#dedede; width:299px; margin:0; padding:1px 4px; } input, button, textarea { display:block; font-size:11px; color:#000; background:transparent; padding:2px; margin:2px 5px 1px 0; } /* Login */ label.login { font-size:11px; background:#dedede; width:120px; margin:0; padding:1px 4px; } input.login { font-size:11px; color:#000; background:transparent; width:120px; padding:2px; margin:2px 5px 1px 0; } /* button { font-size:11px; text-decoration:none; color:#464749; background:url(../i/button.gif) 0 0 no-repeat #DDD; border:solid red; border-width:0; width:120px; height:20px; padding:0 2px 2px 2px; } button:hover, button.iehover { color:#000; } button:active, button.ieactive { background:url(../i/button_down.gif); } */ button { display:inline; font-size:10px; font-weight:bold; text-decoration:none; color:#464749; background:#dedede; border:solid red; border-width:0; width:120px; height:16px; margin:1px 5px 0 0; padding:0 2px 3px 2px; } button:hover, button.iehover { color:#DA251C; background:#dedede; } button:active, button.ieactive { background:#dedede; } /* BUTTONBOX BUTTONS */ a.button, input.box { display:block; text-align:center; text-decoration:none; color:#000; background:#DDD; border:0 solid red; width:100%; margin:1px 0; padding:0; } a.button:hover, input.box:hover { background:#EEE; } /* INPUT */ input.input { font-size:11px; color:#000; background:transparent; width:300px; padding:1px 2px; } input.uploadfile { background:transparent; width:300px; margin:2px 5px 1px 0; padding:1px 2px; } input.checkbox { position:relative; left:0; top:1px; vertical-align:middle; background:transparent; border:0; margin:0; padding:0; } textarea { overflow:auto; width:300px; height:100px; margin-bottom:3px; }