div.multiselect {
	overflow:hidden;
	background-image:url('../images/dd.png');
	width:200px;
	background-repeat:no-repeat;
	background-position:right;
	border: 1px solid #C4C4C4;
	height: 12px;
	padding: 2px;
	background-color: white;
}

div.options {
	border: 1px solid gray;
	width:200px;
	position:absolute;
	background-color:white;
	max-height: 400px;
	overflow-y: auto;
	z-index: 4000;
}
div.options label {
	text-align: left;
	padding: 1px;
}
div.options label input{
	margin-right: 2px;
}

div.options label.hover {
	background-color: #3399ff;
	color: white;
}

div.options label.selected {
}
.orangeText a, .blueText {
	color: #0392CE;
	font-weight: normal;
}
.blueText:hover {
	color: #0392CE;
}