.multiSelect {
    width: 130px;
    height:15px;
	border: solid 1px #ccc;
	background: #FFF url(/platform/images/common/dropdown_active.gif) right center no-repeat;
	padding: 3px 0 5px 4px;
	padding-right: 20px;
	display: inline;
	position:relative;
	float:right;
	margin:0 10px 0 0;
	color:#666;
	font-size:11px;
	font-family:verdana;
	z-index:999;
/*	top:16px;*/
}

.multiSelect.hover {
	background:#fff url(/platform/images/common/dropdown_active.gif) right center no-repeat;
	border:1px solid #ccc;
}

.multiSelect.active, 
.multiSelect.focus {
	border: solid 1px #ccc;
}

.multiSelect.active {
	background: url(/platform/images/common/dropdown_active.gif) right center no-repeat;
	background-color:#fff;
}

.multiSelectOptions {
	width: 154px;
/*	max-height: 150px;*/
	margin-top: -1px;
	overflow: auto;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	background: #FFF;
	text-align:left;
}

.multiSelectOptions LABEL {
	padding: 2px 5px;
	display: block;
	font-weight:normal;
}

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

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

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