	.multiSelect {
		width: 250px;
		font-family: Arial, Helvetica, sans-serif;
		position: relative;
		height: 22px;
		padding: 0;
		margin: -.05em 0 0 0;
		border: 0;
	}
	.multiSelect .title {
		background-color: #ffffff;
		border: 1px solid #333333;
		padding: 0;
		margin: 0;
		cursor: default;
		width: 231px;
		height: 22px;
	}
	.multiSelect div.title {
		position: absolute;
		z-index: 104;
	}
	.multiSelect div.title-open {
		border-bottom: 1px solid #ffffff;
	}
	.multiSelect .title {
		font-size: .8em;
		height: 1.3em;
		line-height: 1.2em;
		overflow: hidden;
		padding: .3em 1.1em .1em .5em;
		background: white url(../_img/multiselect.gif) no-repeat top right;
	}
	.multiSelect .title:hover {
		background: white url(../_img/multiselect-hover.gif) no-repeat top right;
	}
	.multiSelectContent {
		position: absolute;
		z-index: 106;
		min-height: 1em;
		background: #e9f3f8;
		padding: 3px;
		display: block;
		margin-top: -4px;
		font-size: 11px;
		border: 1px solid #333;
		width: 241px;
	}
	.collapsed {
		display: none;
	}
	#main_container .middle .content .multiSelectContent ul {
		overflow: auto;
		min-height: 1em;
		min-width: 20em;
		margin: 0;
		padding: 0;
		color: #666666;
	}
	#main_container .middle .content .multiSelectContent li {
		cursor: pointer;
		cursor: hand;
		margin: 0 0 .2em 0;
		padding: 0;
		list-style:none;
	}
	.multiSelectContent li:hover {
		background: #ddd;
	}
	.multiSelectContent label {
		padding-left: 4px;
	}
	.arc90_multiselect {
		width: 12.5em;
		height: 1.35em;
		visibility: hidden;
	}
	.a9selectall {
		border-bottom: 1px solid #ccc;
	}