1#selectable .ui-selecting { background: #8CCE00;  }
2#selectable .ui-selected { background: 	#C1DD7F; color: #000000; }
3#selectable { list-style-type: none; margin: 2px; padding: 0; width: 90%; }
4#selectable li {  padding: 1em; font-size: 1em; height: 9px;text-align: center;margin: 4px;}
5
6.ui-icon.exporticon { background-image:url('images/export.gif');}
7
8#feedback { font-size: 1.4em; }
9
10#selectableadd .ui-selecting { background: #0066CC; }
11#selectableadd .ui-selected { background: #0066CC; color: white; }
12#selectableadd { list-style-type: none; margin: 0; padding: 0; width: 90%; text-align: center; }
13#selectableadd li { margin: 3px; padding: 0.4em; font-size: 1 em; height: 18px; text-align: center;}
14
15.popupgroup {
16    border: 1px solid #DAE5F4;
17	padding: 10px;
18	border-radius: 3px;
19	margin: 8px;
20
21}