/*had to be fixed because border isnt on correct position*/
.ui-selectable-helper { border:0; }

/* 	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;  */

#selectable .ui-selecting { background: #FECA40; border:0; outline:0; 
}
#selectable .ui-state-highlight { width:300px; border:0;}
/*#selectable .ui-selected { background: #FFD89F; }*/
#selectable { background-color:#E8E8E8;  list-style-type: none; margin: 0; padding: 0; height:450px; overflow:auto; position:relative; }
#selectable li { background-color:#E8E8E8; padding: 3px; height: 20px; border:0; }
#selectable li>span { margin-left:4px; background-color: #EFFEFF; width:95%; float:left; display:block; border:1px solid gray; }
#selectable li>span span{ background-color: #E6F9FB; width:16px; float:left; display:block;}
#selectable li>span input{margin-left: 4px; background-color: #E6F9FB; float:left; display:block;}