5 input, button, select, div {
6 -moz-box-shadow:
10px
10px gold,
10px
1000px blue;
11 <p><div style=
"-moz-appearance:button; width:100px; height:20px;"></div>
13 <p><input type=submit value=submit
>
14 <p><input type=text value=text
>
15 <p><input type=password value=password
>
16 <p><input type=reset value=reset
>
17 <p><input type=button value=button
>
18 <p><button> <button
> </button>
19 <p><button type=button
> <button type=button
> </button>
20 <p><button type=submit
> <button type=submit
> </button>
21 <p><button type=reset
> <button type=reset
> </button>
22 <p><select size=
"3"><option>a
</option><option>b
</option></select>
23 <p><select size=
"1"><option>a
</option><option>b
</option></select>