	.multiSelect {
		width: 9.9em;
		font-family: Arial, Helvetica, sans-serif;
		position: relative;
		height: 22px;
		padding: 0;
		margin: -.05em 0 0 0;
		border: 0;
	}
	.multiSelect .title {
		background-color: #fff;
		padding: 0;
		margin: 0;
		cursor: default;
		width:260px;
		color: rgb(102, 102, 102);
	}
	.multiSelect div.title {
		position: absolute;
		z-index: 104;
		width:260px;
	}
	.multiSelect div.title-open {
		border-bottom: 1px solid #fff;
	}
	
	.multiSelect iframe{
		position: absolute;
		z-index: -1;
		background: #e9f3f8;
		padding: .1em;
		display: block;
		font-size: 10px;
		color: rgb(102, 102, 102);
		margin-top: -6px;
		border: 1px solid #999;
		height:130px;
		width:267px;
		overflow:auto;
		filter:mask();
	}
	.multiSelect .title {
		font-size: 10px;
		height: 22px;
		overflow: hidden;
		padding:4px;
		background-image:url(/img/SelectOption.jpg);
	}
	.multiSelect .title:hover {
	}
	.multiSelectContent {
		position: absolute;
		z-index: 106;
		background: #e9f3f8;
		padding: .1em;
		display: block;
		font-size: 10px;
		color: rgb(102, 102, 102);
		margin-top: -2px;
		margin-left: -1px;
		border: 1px solid #999;
		height:130px;
		width:200px;
		overflow:auto;
	}
	.collapsed {
		display: none;
	}
	.multiSelectContent ul {
		overflow: auto;
		min-height: 1em;
		min-width: 20em;
		margin: 0;
		padding: 0;
	}
	.multiSelectContent li {
		cursor: pointer;
		cursor: hand;
		margin: 0 0 .2em 0;
		list-style:none;
	}
	.multiSelectContent li label{
		padding-left:5px;
		padding-top:3px;
	}
	.multiSelectContent li input{
	}
	
	.multiSelectContent li:hover {
		background: #ddd;
	}
	.arc90_multiselect {
		width: 12.5em;
		height: 1.35em;
		visibility: hidden;
	}
	.a9selectall {
		border-bottom: 1px solid #ccc;
	}

	/* Styles for page layout */
	DIV.examples {
		margin: 0 0 2em 0;
		width: 17em;
		border: 1px solid #e9e9e9;
		padding: .3em;
	}

	DIV.examples LABEL.examples {
		display: block;
		margin: 0 0 .2em 0;
	}
