.multiSelect {
width: 206px;
border: solid 1px #747171;
background: #8f8f8f url(../img/dropdown_hover.gif) right center no-repeat;
padding: 2px 4px;
padding-right: 20px;
display: inline;
}

.multiSelect.hover {
background: white url(../img/dropdown_hover.gif) right center no-repeat;
}

.multiSelect.active, 
.multiSelect.focus {
border: inset 1px #000;
}

.multiSelect.active {
background: #FFF url(../img/dropdown_active.gif) right center no-repeat;
}

.multiSelectOptions {
width: 230px;
max-height: 150px;
margin-top: -1px;
overflow: auto;
border: solid 1px #B2B2B2;
background: #FFF;
color:black;
}

#vertical .multiSelectOptions {
width: 230px;
max-height: 150px;
margin-top: -1px;
overflow: auto;
border: solid 1px #B2B2B2;
background: #FFF;
}

#horizontal .multiSelectOptions {
width: 184px;
max-height: 150px;
margin-top: -1px;
overflow: auto;
border: solid 1px #B2B2B2;
background: #FFF;
}

.multiSelectOptions LABEL {
padding: 2px 5px;
display: block;
font-size:12px;
font-family:Arial;
}

.multiSelectOptions LABEL.checked {
background: #E6E6E6;
}

.multiSelectOptions LABEL.selectAll {
border-bottom: dotted 1px #CCC;
}

.multiSelectOptions LABEL.hover {
background: #CFCFCF;
}

