btvendor.css
407 Bytes
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
html *
{
font-family: Arial !important;
}
table.textinput
{
border-collapse: separate;
border-spacing: 10px 0;
border: 0px;
}
#container
{
height: 100%;
width:100%;
ont-size: 0;
}
#left, #right
{
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: top;
font-size: 12px;
}
#left
{
margin-left: 15px;
margin-right: 15px;
}
#right
{
margin-left: 100px;
margin-right: 30px;
}