1div.chat {
2/*    border:1px dotted white; */
3    padding:0.1em;
4}
5
6div.chat-form {
7    margin-bottom:10px;
8}
9
10div.chat-list {
11}
12
13div.chat-line {
14    padding: 0.35em;
15}
16
17div.chat-line blockquote {
18    padding-left:0.7em;
19    margin:0px;
20    border:0px;
21}
22
23div.chat-line-even {
24    background-color: #001525;
25}
26
27div.chat-line-odd {
28    background-color: #000000;
29}
30
31div.chat-line-last {
32    background-color: #202020;
33}
34
35input.chat {
36    width:400pt;
37    border: 1px dotted;
38    font-size: 0.96em;
39    min-height: 20px !important;
40    vertical-align:middle !important;
41}
42
43html * input.chat {
44#    border: solid;
45}
46
47input.checkbox {
48	background-color:black;
49	border:0px;
50}
51
52.chat-message-sending {
53    padding-top:10px;
54    background-color: #200000;
55}
56