1<!--
2/*
3**
4** Copyright 2014, The Android Open Source Project
5**
6** Licensed under the Apache License, Version 2.0 (the "License");
7** you may not use this file except in compliance with the License.
8** You may obtain a copy of the License at
9**
10**     http://www.apache.org/licenses/LICENSE-2.0
11**
12** Unless required by applicable law or agreed to in writing, software
13** distributed under the License is distributed on an "AS IS" BASIS,
14** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15** See the License for the specific language governing permissions and
16** limitations under the License.
17*/
18-->
19
20body {
21    background-color: black;
22}
23div.placeholder {
24    color: #a0a0a0;
25    font-size: 18px;
26    margin: 0px 0px -34px 0px;
27    padding: 4px 0px 4px 0px
28}
29div.input {
30    border: none;
31    margin: 4px 0px 4px -8px;
32}
33input {
34    color: black;
35    background-color: white;
36    font-size: 18px;
37    line-height: 200%;
38    vertical-align: center;
39    padding-left: 8px;
40    border-top: none;
41    border-right: none;
42    border-bottom: none;
43    border-left: none;
44}
45textarea {
46    color: black;
47    background-color: white;
48    font-size: 18px;
49    line-height: 150%;
50    vertical-align: center;
51    padding-left: 8px;
52    border-top: none;
53    border-right: none;
54    border-bottom: none;
55    border-left: none;
56}
57