1fieldset {
2	border:0;
3}
4fieldset legend {
5	font-size:16px !important;
6}
7fieldset label input {
8	margin-bottom:3px;
9}
10fieldset label input[type='text'],
11fieldset label input[type='password'] {
12	width:200px;
13}
14fieldset label span {
15	float:left;
16	width:125px;
17}
18input[type='text'],
19input[type='password'],
20input.text,
21textarea {
22	margin-top:1px;
23	margin-right:3px;
24	border:1px solid #666 !important;
25}
26input[type='text']:focus,
27input[type='password']:focus,
28input.text:focus {
29	background-color:#edf3fe !important;
30}
31input[type='submit'],
32button.button,
33button.toolbutton,
34input.button {
35	color:#333;
36	border:1px solid #666;
37	background-color:#fff;
38/*	padding:0.1em 0.4em;*/
39	cursor:pointer;
40}
41input[type='submit']:hover,
42button.button:hover,
43button.toolbutton:hover,
44input.button:hover {
45	background-color:#edf3fe;
46}
47button.pickerbutton {
48	border:0;
49	background-color:inherit;
50}
51input[readonly='readonly'],
52textarea[readonly='readonly'] {
53	background-color:#edf3fe;
54}
55button.toolbutton {
56	margin-right:2px;
57}
58#dw__login fieldset,
59#dw__register fieldset,
60#dw__resendpwd fieldset {
61	text-align:left;
62}
63#dw__register fieldset legend,
64#dw__login fieldset legend {
65	display:none;
66}
67#dw__register input.button {
68	margin-top:10px;
69}
70#user__manager #usrmgr__del {
71	margin-right:3px;
72}
73textarea#wiki__text {
74	width:100%;
75}
76div.dokuwiki .input {
77	background-color:inherit !important;
78}