rh.css
668 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
40
41
42
43
@CHARSET "UTF-8";
body {
font-family: sans-serif;
margin:0 0px 0 0;
font-family:Tahoma,arial,Helvetica;
font-size:12px;
background-color:#FEFEFC;
background-image:url(images/bg.png);
background-position:top center;
background-repeat:repeat-x;
color:#333;
}
#content {
position:relative;
margin-top:0px;
display:block;
padding:15px 30px 30px 30px;
background-color:#fefefc;
}
#wrapper{
position:relative;
width:950px;
margin:0 auto;
display:block;
background-repeat:no-repeat;
}
a,a:link,a:visited {
color:#375f82;
}
.formHeader {
font-weight: bold;
}
.logoContainer {
background: url(images/headerBg.png);
width: 950px;
height: 106px;
}