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
44
45
46
47
48
49
50
51
52
a#widget-gfx {
background: url(http://s.plurklayouts.com/images/layouts/widget.png) no-repeat scroll 0 0 !important;
height: 33px;
margin-left: auto;
margin-right: auto;
padding: 9px 1px 0px 40px;
overflow: hidden;
color: transparent !important;
}
a#mobile-gfx {
background: transparent url() no-repeat scroll 0 0 !important;
height: 33px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
color: transparent !important;
}

a#twitter-gfx {
background: transparent url(http://s.plurklayouts.com/images/layouts/twitter.png) no-repeat scroll 0 0 !important;
height: 45px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
color: transparent !important;
}

a#dashboard-invite {
background: transparent no-repeat scroll 0 8px !important;
height: 63px;
overflow: hidden;
color: transparent !important;
margin-left: auto;
margin-right: auto;
border: 0px none #000000;


}


a#dashboard-invite:hover {
background: transparent no-repeat scroll 0 -57px !important;
height: 63px;
overflow: hidden;
color: transparent !important;
}

.cmp_invite, .cmp_widget-gfx, .cmp_twitter-gfx, .cmp_mobile-gfx {
background: transparent none no-repeat scroll 0 0;
height: 0px;
width: 0px;
}