1/* Copyright 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5
6body {
7  background-color: #E6E6E6;
8  font-family: Helvetica, Arial, sans-serif;
9  font-size: 12pt;
10  margin: 50px 40px 20px 40px;
11  text-align: center;
12}
13
14#container {
15  background-color: #fbfbfb;
16  border: 1px solid #AAA;
17  border-bottom: 1px solid #888;
18  border-radius: 3px;
19  box-shadow: 0 2px 2px #AAA;
20  color: #666;
21  margin: auto;
22  max-width: 540px;
23  min-height: 29px;
24  min-width: 200px;
25  padding: 20px 60px;
26  text-align: start;
27}
28
29#container-inner {
30  background-color: #fbfbfb;
31  margin-top: 25px;
32  text-align: center;
33}
34
35button {
36  -webkit-user-select: none;
37  background-image: -webkit-linear-gradient(#ededed, #ededed 38%, #dedede);
38  border: 1px solid rgba(0, 0, 0, 0.25);
39  border-radius: 2px;
40  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08),
41    inset 0 1px 2px rgba(255, 255, 255, 0.75);
42  margin-top: 10px;
43  min-height: 29px;
44  min-width: 65px;
45  padding: 8px 13px;
46  text-shadow: 0 1px 0 rgb(240, 240, 240);
47}
48
49