1div.dokuwiki table.blind {
2  border: 0;
3  width: 100%;
4}
5
6div.dokuwiki table.blind td {
7  padding: 1px 1em 1px 0;
8}
9
10div.dokuwiki div.userpoll_error {
11  background-color: #fed;
12  border: 2px dotted #f33;
13  padding: 1px 0;
14  margin: 3px 20px;
15}
16
17div.dokuwiki td.userpoll_option {
18  text-align: left;
19}
20
21div.dokuwiki div.userpoll_bar {
22  border: 1px solid __dark__;
23  padding: 0;
24  height: 12px;
25  width: 200px;
26}
27
28div.dokuwiki div.userpoll_full {
29  background-color: __dark__;
30  font-size: 10px;
31  height: 12px;
32  border-right: 1px solid __dark__;
33}
34
35div.dokuwiki fieldset.userpoll {
36  margin-bottom: 1.5em;
37  margin-left: 0em;
38  margin-right; 0em;
39  width: 90%;
40}
41