.multiSelect {
	width: auto;
	border: solid 1px #BBB;
	background: #FFF url(../graph/backend/dropdown.gif) right center no-repeat !important;
	padding: 2px 4px;
	padding-right: 20px;
	display: inline;
	font-family:Arial;
	font-size:11px;
}

.multiSelect.hover {
	background: url(../graph/backend/dropdown_hover.gif) right center no-repeat !important;
}

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

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

.multiSelectOptions {
	max-height: 150px;
	margin-top: -1px;
	overflow: auto;
	border: solid 1px #B2B2B2;
	background: #FFF;
	font-family:Arial;
	font-size:11px;
}

.multiSelectOptions LABEL {
	padding: 2px 5px;
	display: block;
	width:93% !important;
}

.multiSelectOptions LABEL.checked {
	background: #E6E6E6;
	width:93% !important;
}

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

.multiSelectOptions LABEL.hover {
	background: #CFCFCF;
}
.multiSelectOptions input[type=checkbox]
{
	width:auto !important;
	height:auto !important;
}
