.multiSelect {
	width: 180px;
	border: solid 1px #BBB;
	background: #FFF url(../images/dropdown.gif) right center no-repeat;
	padding: 2px 4px;
	padding-right: 20px;
	display: inline;
}

.multiSelect.hover {
	background: url(../images/dropdown_hover.gif) right center no-repeat;
}

.multiSelect.active,
.multiSelect.focus {
	border: inset 1px #000;
}

.multiSelect.active {
	background: url(../images/dropdown_active.gif) right center no-repeat;
}

.multiSelectOptions {
	width: 204px;
	max-height: 150px;
	margin-top: -1px;
	overflow: auto;
	border: solid 1px #B2B2B2;
	background: #FFF;
}

.multiSelectOptions LABEL {
	padding: 2px 5px;
	display: block;
  font-weight:normal;
  font-variant:normal;
  font-size:10px;
  font-family:Tahoma;
	background: #FFF;
}

.multiSelectOptions LABEL.checked {
	background: #e7ece8;
  width:184px;
}

.multiSelectOptions LABEL.selectAll {
	border-bottom: solid 1px #4655a2;
  width:184px;
  font-weight:bold;
  font-size:10px;
  font-family:Tahoma;
  color:#006bc7;
}

.multiSelectOptions LABEL.hover {
	background: #f1f1f1;
  width:184px;
}
