1div.crosspost {
2	border-bottom: 1px dotted __border__;
3	border-top: 1px dotted __border__;
4	font-size: 80%;
5}
6
7div.crosspost_form {
8	font-size: 80%;
9	padding: 4px 0 10px 0;
10}
11
12a.crosspost {
13    background: transparent url(images/cp.gif) 0px 0px no-repeat;
14    padding-left: 8px;
15    margin-right: 4px;
16    text-decoration: none !important;
17    font-weight: normal !important;
18}
19
20a.crosspost_link {
21    background: transparent url(images/cp-link.gif) 0px 0px no-repeat;
22    padding-left: 8px;
23    margin-right: 4px;
24    text-decoration: none !important;
25    font-weight: normal !important;
26}
27
28a.crosspost_added {
29	background: transparent url(images/cp-added.gif) 0px 0px no-repeat;
30	padding-left: 8px;
31	margin-right: 4px;
32	text-decoration: underline !important;
33	font-weight: bold !important;
34}
35
36input.crosspost {
37	color: #060;
38	background-color: #CFC;
39	padding: 1px 1px 1px 2px;
40	font-family: monospace;
41	font-weight: bold;
42}