1table {
2  width: 100%;
3}
4table td.movers {
5  width: 40px;
6  text-align: center;
7  vertical-align: middle;
8}
9table td.movers button {
10  margin: 0 auto;
11}
12table td.leftcol, table td.rightcol {
13  width: 50%;
14  vertical-align: center;
15}
16table td.rightcol {
17  text-align: right;
18}
19input, select {
20}
21input {
22  clear: both;
23  margin: 0;
24  padding: 0;
25  width: 90%;
26}
27input.mover {
28  width: 30px;
29}
30input.button {
31  width: 180px;
32}
33select {
34  height: 200px;
35  width: 100%;
36}
37textarea {
38  display: block;
39  width: 80%;
40}