.multiSelect {
	width:178px;
	border: 1px solid #009933;
	background: #FFF url(dropdown.gif) right center no-repeat;
	display: inline;
	font-size:10px;
	height:14px;
}

.multiSelect.hover {
	background: url(dropdown_hover.gif) right center no-repeat;
}

.multiSelect.active, 
.multiSelect.focus {
	border: inset 1px #009933;
	
}

.multiSelect.active {
	background: url(dropdown_active.gif) right center no-repeat;
}

.multiSelectOptions {
	width: 360px;
	max-height: 200px;
	margin-top: -1px;
	overflow: auto;
	border: solid 2px #B2B2B2;
	background: #FFF;
	text-align: left;
	margin-left:0px; /**-182px per allineamento a sx**/
}

.multiSelectOptions LABEL {
	padding: 2px 5px;
	display: block;
	
}

.multiSelectOptions LABEL.checked {
	background: #E6E6E6;
}

.multiSelectOptions LABEL.selectAll {
	border-bottom: dotted 1px #CCC;
}

.multiSelectOptions LABEL.hover {
	background: #CFCFCF;
}
