master
Raw Download raw file
  1/*!
  2* Bootstrap v3.0.0 by @fat and @mdo
  3* Copyright 2013 Twitter, Inc.
  4* Licensed under http://www.apache.org/licenses/LICENSE-2.0
  5*
  6* Designed and built with all the love in the world by @mdo and @fat.
  7*/
  8.btn-default,
  9.btn-primary,
 10.btn-success,
 11.btn-info,
 12.btn-warning,
 13.btn-danger {
 14  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
 15  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
 16          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
 17}
 18
 19.btn-default:active,
 20.btn-primary:active,
 21.btn-success:active,
 22.btn-info:active,
 23.btn-warning:active,
 24.btn-danger:active,
 25.btn-default.active,
 26.btn-primary.active,
 27.btn-success.active,
 28.btn-info.active,
 29.btn-warning.active,
 30.btn-danger.active {
 31  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 32          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 33}
 34
 35.btn:active,
 36.btn.active {
 37  background-image: none;
 38}
 39
 40.btn-default {
 41  text-shadow: 0 1px 0 #fff;
 42  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e0e0e0));
 43  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #e0e0e0, 100%);
 44  background-image: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
 45  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
 46  background-repeat: repeat-x;
 47  border-color: #dbdbdb;
 48  border-color: #ccc;
 49  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
 50}
 51
 52.btn-default:hover,
 53.btn-default:focus {
 54  background-color: #e0e0e0;
 55  background-position: 0 -15px;
 56}
 57
 58.btn-default:active,
 59.btn-default.active {
 60  background-color: #e0e0e0;
 61  border-color: #dbdbdb;
 62}
 63
 64.btn-primary {
 65  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#2d6ca2));
 66  background-image: -webkit-linear-gradient(top, #428bca, 0%, #2d6ca2, 100%);
 67  background-image: -moz-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
 68  background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
 69  background-repeat: repeat-x;
 70  border-color: #2b669a;
 71  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
 72}
 73
 74.btn-primary:hover,
 75.btn-primary:focus {
 76  background-color: #2d6ca2;
 77  background-position: 0 -15px;
 78}
 79
 80.btn-primary:active,
 81.btn-primary.active {
 82  background-color: #2d6ca2;
 83  border-color: #2b669a;
 84}
 85
 86.btn-success {
 87  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#419641));
 88  background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #419641, 100%);
 89  background-image: -moz-linear-gradient(top, #5cb85c 0%, #419641 100%);
 90  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
 91  background-repeat: repeat-x;
 92  border-color: #3e8f3e;
 93  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
 94}
 95
 96.btn-success:hover,
 97.btn-success:focus {
 98  background-color: #419641;
 99  background-position: 0 -15px;
100}
101
102.btn-success:active,
103.btn-success.active {
104  background-color: #419641;
105  border-color: #3e8f3e;
106}
107
108.btn-warning {
109  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#eb9316));
110  background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #eb9316, 100%);
111  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
112  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
113  background-repeat: repeat-x;
114  border-color: #e38d13;
115  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
116}
117
118.btn-warning:hover,
119.btn-warning:focus {
120  background-color: #eb9316;
121  background-position: 0 -15px;
122}
123
124.btn-warning:active,
125.btn-warning.active {
126  background-color: #eb9316;
127  border-color: #e38d13;
128}
129
130.btn-danger {
131  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c12e2a));
132  background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c12e2a, 100%);
133  background-image: -moz-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
134  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
135  background-repeat: repeat-x;
136  border-color: #b92c28;
137  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
138}
139
140.btn-danger:hover,
141.btn-danger:focus {
142  background-color: #c12e2a;
143  background-position: 0 -15px;
144}
145
146.btn-danger:active,
147.btn-danger.active {
148  background-color: #c12e2a;
149  border-color: #b92c28;
150}
151
152.btn-info {
153  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#2aabd2));
154  background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #2aabd2, 100%);
155  background-image: -moz-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
156  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
157  background-repeat: repeat-x;
158  border-color: #28a4c9;
159  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
160}
161
162.btn-info:hover,
163.btn-info:focus {
164  background-color: #2aabd2;
165  background-position: 0 -15px;
166}
167
168.btn-info:active,
169.btn-info.active {
170  background-color: #2aabd2;
171  border-color: #28a4c9;
172}
173
174.thumbnail,
175.img-thumbnail {
176  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
177          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
178}
179
180.dropdown-menu > li > a:hover,
181.dropdown-menu > li > a:focus {
182  background-color: #e8e8e8;
183  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
184  background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #e8e8e8, 100%);
185  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
186  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
187  background-repeat: repeat-x;
188  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
189}
190
191.dropdown-menu > .active > a,
192.dropdown-menu > .active > a:hover,
193.dropdown-menu > .active > a:focus {
194  background-color: #357ebd;
195  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
196  background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
197  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
198  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
199  background-repeat: repeat-x;
200  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
201}
202
203.navbar-default {
204  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#f8f8f8));
205  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #f8f8f8, 100%);
206  background-image: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
207  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
208  background-repeat: repeat-x;
209  border-radius: 4px;
210  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
211  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
212          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
213}
214
215.navbar-default .navbar-nav > .active > a {
216  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f3f3f3));
217  background-image: -webkit-linear-gradient(top, #ebebeb, 0%, #f3f3f3, 100%);
218  background-image: -moz-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
219  background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
220  background-repeat: repeat-x;
221  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
222  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
223          box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
224}
225
226.navbar-brand,
227.navbar-nav > li > a {
228  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
229}
230
231.navbar-inverse {
232  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3c3c3c), to(#222222));
233  background-image: -webkit-linear-gradient(top, #3c3c3c, 0%, #222222, 100%);
234  background-image: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
235  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
236  background-repeat: repeat-x;
237  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
238}
239
240.navbar-inverse .navbar-nav > .active > a {
241  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#222222), to(#282828));
242  background-image: -webkit-linear-gradient(top, #222222, 0%, #282828, 100%);
243  background-image: -moz-linear-gradient(top, #222222 0%, #282828 100%);
244  background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
245  background-repeat: repeat-x;
246  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
247  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
248          box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
249}
250
251.navbar-inverse .navbar-brand,
252.navbar-inverse .navbar-nav > li > a {
253  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
254}
255
256.navbar-static-top,
257.navbar-fixed-top,
258.navbar-fixed-bottom {
259  border-radius: 0;
260}
261
262.alert {
263  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
264  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
265          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
266}
267
268.alert-success {
269  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#c8e5bc));
270  background-image: -webkit-linear-gradient(top, #dff0d8, 0%, #c8e5bc, 100%);
271  background-image: -moz-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
272  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
273  background-repeat: repeat-x;
274  border-color: #b2dba1;
275  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
276}
277
278.alert-info {
279  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#b9def0));
280  background-image: -webkit-linear-gradient(top, #d9edf7, 0%, #b9def0, 100%);
281  background-image: -moz-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
282  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
283  background-repeat: repeat-x;
284  border-color: #9acfea;
285  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
286}
287
288.alert-warning {
289  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#f8efc0));
290  background-image: -webkit-linear-gradient(top, #fcf8e3, 0%, #f8efc0, 100%);
291  background-image: -moz-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
292  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
293  background-repeat: repeat-x;
294  border-color: #f5e79e;
295  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
296}
297
298.alert-danger {
299  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#e7c3c3));
300  background-image: -webkit-linear-gradient(top, #f2dede, 0%, #e7c3c3, 100%);
301  background-image: -moz-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
302  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
303  background-repeat: repeat-x;
304  border-color: #dca7a7;
305  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
306}
307
308.progress {
309  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f5f5f5));
310  background-image: -webkit-linear-gradient(top, #ebebeb, 0%, #f5f5f5, 100%);
311  background-image: -moz-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
312  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
313  background-repeat: repeat-x;
314  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
315}
316
317.progress-bar {
318  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
319  background-image: -webkit-linear-gradient(top, #428bca, 0%, #3071a9, 100%);
320  background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%);
321  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
322  background-repeat: repeat-x;
323  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
324}
325
326.progress-bar-success {
327  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
328  background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%);
329  background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
330  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
331  background-repeat: repeat-x;
332  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
333}
334
335.progress-bar-info {
336  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
337  background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%);
338  background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
339  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
340  background-repeat: repeat-x;
341  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
342}
343
344.progress-bar-warning {
345  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
346  background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #ec971f, 100%);
347  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
348  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
349  background-repeat: repeat-x;
350  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
351}
352
353.progress-bar-danger {
354  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
355  background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%);
356  background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
357  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
358  background-repeat: repeat-x;
359  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
360}
361
362.list-group {
363  border-radius: 4px;
364  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
365          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
366}
367
368.list-group-item.active,
369.list-group-item.active:hover,
370.list-group-item.active:focus {
371  text-shadow: 0 -1px 0 #3071a9;
372  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3278b3));
373  background-image: -webkit-linear-gradient(top, #428bca, 0%, #3278b3, 100%);
374  background-image: -moz-linear-gradient(top, #428bca 0%, #3278b3 100%);
375  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
376  background-repeat: repeat-x;
377  border-color: #3278b3;
378  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
379}
380
381.panel {
382  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
383          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
384}
385
386.panel-default > .panel-heading {
387  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
388  background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #e8e8e8, 100%);
389  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
390  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
391  background-repeat: repeat-x;
392  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
393}
394
395.panel-primary > .panel-heading {
396  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
397  background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
398  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
399  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
400  background-repeat: repeat-x;
401  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
402}
403
404.panel-success > .panel-heading {
405  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#d0e9c6));
406  background-image: -webkit-linear-gradient(top, #dff0d8, 0%, #d0e9c6, 100%);
407  background-image: -moz-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
408  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
409  background-repeat: repeat-x;
410  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
411}
412
413.panel-info > .panel-heading {
414  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#c4e3f3));
415  background-image: -webkit-linear-gradient(top, #d9edf7, 0%, #c4e3f3, 100%);
416  background-image: -moz-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
417  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
418  background-repeat: repeat-x;
419  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
420}
421
422.panel-warning > .panel-heading {
423  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#faf2cc));
424  background-image: -webkit-linear-gradient(top, #fcf8e3, 0%, #faf2cc, 100%);
425  background-image: -moz-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
426  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
427  background-repeat: repeat-x;
428  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
429}
430
431.panel-danger > .panel-heading {
432  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#ebcccc));
433  background-image: -webkit-linear-gradient(top, #f2dede, 0%, #ebcccc, 100%);
434  background-image: -moz-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
435  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
436  background-repeat: repeat-x;
437  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
438}
439
440.well {
441  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e8e8e8), to(#f5f5f5));
442  background-image: -webkit-linear-gradient(top, #e8e8e8, 0%, #f5f5f5, 100%);
443  background-image: -moz-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
444  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
445  background-repeat: repeat-x;
446  border-color: #dcdcdc;
447  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
448  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
449          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
450}