1
2button { 
3	  border: 0; 
4	  cursor: pointer;
5    overflow: visible; /* removes extra side padding in IE */
6}
7
8button:active{
9   -ms-background-position-x:1px;
10   -ms-background-position-y:1px;
11}
12
13
14.button-grey span.roundleft_grey{
15	      padding: 3px 0px 5px 10px; 
16	      margin:0px;
17        border:0px;
18	      height:22px; 
19	      font-weight:bold;
20	      background: transparent url("../img/roundleft_grey.gif") no-repeat left 0px;
21	      color:#F2F2F2; 
22	      white-space:nowrap;
23}
24
25.roundleft_grey{
26	      padding: 3px 0px 5px 10px; 
27	      margin:0px;
28        border:0px;
29	      height:22px; 
30	      font-weight:bold;
31	      background: transparent url("../img/roundleft_grey.gif") no-repeat left 0px;
32	      color:#F2F2F2; 
33	      white-space:nowrap;
34}
35
36
37.roundright_grey{
38	      padding: 3px 5px 5px 0px; 
39	      margin:0px;
40              width:20px;
41              border:0px;
42	      height:22px; 
43	      font-weight:bold;
44	      background: url("../img/roundright_grey.gif") no-repeat top right;
45	      color:#F2F2F2; 
46	      white-space:nowrap;
47}
48
49.button-grey{
50	      padding: 5px 0px 5px 0px;
51	      margin:0px;
52		  border:0px;
53	      height:25px;
54	      font-size:11px; 
55	      font-family:Arial;
56		  background: transparent;
57}
58
59.roundleft_button{
60	      padding: 3px 0px 5px 10px; 
61	      margin:0px;
62        border:0px;
63	      height:22px; 
64	      font-weight:bold;
65	      background: transparent url("../img/roundleft_button.gif") no-repeat left 0px;
66	      color:#F2F2F2; 
67	      white-space:nowrap;
68}
69
70.button-rule span.roundleft_button{
71	      padding: 3px 0px 5px 10px; 
72	      margin:0px;
73        border:0px;
74	      height:22px; 
75	      font-weight:bold;
76	      background: transparent url("../img/roundleft_button.gif") no-repeat left 0px;
77	      color:#F2F2F2; 
78	      white-space:nowrap;
79}
80
81.roundright_button{
82	      padding: 3px 5px 5px 0px; 
83	      margin:0px;
84              width:20px;
85              border:0px;
86	      height:22px; 
87	      font-weight:bold;
88	      background: url("../img/roundright_button.gif") no-repeat top right;
89	      color:#F2F2F2; 
90	      white-space:nowrap;
91}
92
93.button-rule{
94	      padding: 5px 0px 5px 0px;
95	      margin:0px;
96		  border:0px;
97	      height:25px;
98	      font-size:11px; 
99	      font-family:Arial;
100		  background: transparent;
101}
102
103.button-apply span.roundleft_apply{
104	      padding: 3px 0 5px 20px; 
105              width:20px;
106	      height:22px; 
107	      font-weight:bold;
108	      background: transparent url("../img/roundleft_apply.gif") no-repeat left 0px ; 
109	      color:#F2F2F2; 
110	      white-space:nowrap;
111}
112
113.roundright_apply{
114	      padding: 3px 0px 5px 0px; 
115	      margin:0px;
116              width:20px;
117              border:0px;
118	      height:22px; 
119	      font-weight:bold;
120	      background: url("../img/roundright_apply.gif") no-repeat right top;
121	      color:#F2F2F2; 
122	      white-space:nowrap;
123}
124
125.button-apply{
126	      padding: 5px 0px 5px 0px;
127	      margin:0px;
128	      height:25px;
129	      font-size:11px; 
130	      font-family:Arial;
131	      background: transparent;
132}
133
134
135.button-help-arrow{
136        float:left;
137        margin-left:-30px;
138        padding-top:2px;
139}
140
141.button-help-arrow a:hover{
142        cursor:pointer;
143}
144
145.refresh-icon{
146    background-image:url('../img/refresh-icon.gif');
147    background-repeat:no-repeat;
148    background-position:0px 2px;
149}
150
151.cancel-icon{
152    background-image:url('../img/cancel_icon.gif');
153    background-repeat:no-repeat;
154    background-position:0px 2px;
155}
156
157.add-icon{
158    background-image:url('../img/add_icon.gif');
159    background-repeat:no-repeat;
160    background-position:0px 2px;
161}
162.apply-icon{
163    background-image:url('../img/apply_icon.gif');
164    background-repeat:no-repeat;
165    background-position:0px 2px;
166}
167
168.edit-icon{
169    background-image:url('../img/edit_icon.gif');
170    background-repeat:no-repeat;
171    background-position:0px 2px;
172}
173
174.apply_bt{ height: 22px; color: #f2f2f2; font-family: Arial; font-weight: Bold; font-size: 14px; background-color: transparent; border: none; cursor: pointer; padding-bottom: 2px;}
175.apply_bt{width: 130px; background: url(../img/_m_upgrade.gif) no-repeat;}
176
177.curve{position:relative;width:100%;}
178.curve:before{bottom:0;height:40px;left:1%;right:1%;-webkit-box-shadow:0 10px 15px -10px rgba(0,0,0,.3);-moz-box-shadow:0 10px 15px -10px rgba(0,0,0,.3);box-shadow:0 10px 15px -10px rgba(0,0,0,.3);-moz-border-radius:50% / 50%;border-radius:50% / 50%;content:"";position:absolute;}
179
180