.multiSelect {
	width: 140px;
	border: solid 1px #BBB;
	background: #FFF url(/gfx/multiselect.gif) right center no-repeat;
	padding: 2px 4px;
	padding-right: 20px;
	display: inline;
	z-index: 0;
	font-size: 11px;
	line-height: 16px;
	height: 16px;
	font-weight: normal;
	clear: both;
}

.multiSelect.hover {
	background: #FFF url(/gfx/multiselect-hover.gif) right center no-repeat;
}

.multiSelect.active, 
.multiSelect.focus {
	
}

.multiSelect.active {
	background: #FFF url(/gfx/multiselect-hover.gif) right center no-repeat;
}

.multiSelectOptions {
	width: 206px;
	max-height: 150px;
	margin-top: -1px;
	overflow: auto;
	border: solid 1px #B2B2B2;
	background: #FFF;
	clear: both;
}

.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;
}
