.multiSelect {
	width: 200px;
	border: 0;
	background: #979797 url(../images/dropdown.gif) left center no-repeat;
	padding: 2px 4px;
	padding-left: 20px;
	display: inline;
	color:white;
	height:14px;
}
.multiSelectOptions label input{
	margin-right:6px;
}
.multiSelect.hover {
	background: url(../images/dropdown_hover.gif) left center no-repeat;
	height:14px;
}

.multiSelect.active, 
.multiSelect.focus {
	border: inset 1px #000;
	height:14px;
	border-bottom:none;
	border-right:none;
}

.multiSelect.active {
	background: url(../images/dropdown_active.gif) left center no-repeat;
	height:14px;
	border-bottom:none;
	border-right:none;
}

.multiSelectOptions {
	width: 225px;
	max-height: 150px;
	margin-top: -1px;
	overflow: auto;
	border: solid 1px #B2B2B2;
	background: #979797; 
	color:white;
}

.multiSelectOptions LABEL {
	padding: 2px 5px;
	display: block;
}

.multiSelectOptions LABEL.checked {
	background: #E6E6E6;
	color:red;
}

.multiSelectOptions LABEL.selectAll {
	border-bottom: dotted 1px #CCC;
}

.multiSelectOptions LABEL.hover {
	background: #CFCFCF;
}
