fieldset { border:0; } fieldset legend { font-size:16px !important; } fieldset label input { margin-bottom:3px; } fieldset label input[type='text'], fieldset label input[type='password'] { width:200px; } fieldset label span { float:left; width:125px; } input[type='text'], input[type='password'], input.text, textarea { margin-top:1px; margin-right:3px; border:1px solid #666 !important; } input[type='text']:focus, input[type='password']:focus, input.text:focus { background-color:#edf3fe !important; } input[type='submit'], button.button, button.toolbutton, input.button { color:#333; border:1px solid #666; background-color:#fff; /* padding:0.1em 0.4em;*/ cursor:pointer; } input[type='submit']:hover, button.button:hover, button.toolbutton:hover, input.button:hover { background-color:#edf3fe; } button.pickerbutton { border:0; background-color:inherit; } input[readonly='readonly'], textarea[readonly='readonly'] { background-color:#edf3fe; } button.toolbutton { margin-right:2px; } #dw__login fieldset, #dw__register fieldset, #dw__resendpwd fieldset { text-align:left; } #dw__register fieldset legend, #dw__login fieldset legend { display:none; } #dw__register input.button { margin-top:10px; } #user__manager #usrmgr__del { margin-right:3px; } textarea#wiki__text { width:100%; } div.dokuwiki .input { background-color:inherit !important; }