screen.css
1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
#page-wrap {
width: 960px;
margin: 40px auto;
overflow: hidden;
}
.hidden {
position:absolute;
left:-999em;
top:-999em;
width:1%;
}
h1 {
font-size: 48px;
letter-spacing: -1px;
color: white;
margin: 0 0 15px 0;
}
h1 span {
color: #1f8cc5;
}
h3 {
font-size: 18px;
letter-spacing: -1px;
margin: 0 0 5px 0;
}
p, label {
font-family: Georgia, serif;
font-style: italic;
font-size: 18px;
margin: 4px 0;
}
fieldset {
width: 280px;
padding: 15px;
float: left;
border: none;
margin: 0 10px 0 0;
}
fieldset#step_1 {
background: #b2e7ca;
}
fieldset#step_2 {
background: #b2d9e7;
}
fieldset#step_3 {
background: #e7c7b2;
}
legend {
font-weight: bold;
font-size: 20px;
background: white;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding: 5px 10px;
letter-spacing: -1px;
}
option {
padding: 0 5px;
}
.name_wrap {
margin: 5px 0;
}
.name_wrap label {
font-size: 12px;
display: block;
width: 102px;
float: left;
}
.push {
margin: 20px 0 0 0;
}
#special_accommodations_wrap,
#company_name_wrap {
margin: 8px 0 0 0;
}
#company_name_wrap label,
#special_accommodations_wrap label {
font-size: 12px;
}
#special_accommodations_wrap textarea {
width: 100%; height: 100px;
}