/*
* Modified by Semarquez, thx to the orignal author cmacias
* 27/08/2012
*/
ul.selectMultiple {
	width: 200px;
	height: auto;
	margin:0;
	padding:0;
	background: #fff;
	border: 1px solid #999;
	overflow: auto;
}
ul.selectMultiple li {
	padding:5px;
	font-size: 9px;
	color: #000;
	list-style: none;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}
ul.selectMultiple li.selected {
	background: #999;
	color: #fff;
	border-bottom: 1px dotted #888;
}