	.multiSelect {
		width: 9.9em;
		font-family: Arial, sans-serif;
		position: relative;
		height: 22px;
		padding: 0;
		margin: 0;
		float: left;
	}
	.multiSelect .title {
		background-color: #fff;
		border: 1px solid #999;
		padding: 0;
		margin: 0;
		cursor: default;
		min-width: 9.8em;

	}
	.multiSelect div.title {
		position: relative;
		z-index: 104;
	}

	.multiSelect .title {
		color:#454545;
		height: 1.3em;
		line-height: 1.2em;
		overflow: hidden;
		padding: .3em 1.1em .1em .5em;
		width: 9.9em;
		background: white url(../images/ps/multiselect.gif) no-repeat top right;
	}
	.multiSelect .title:hover {
		background: white url(../images/ps/multiselect-hover.gif) no-repeat top right;
	}
	.multiSelectContent {
		position: absolute;
		top: 22px;
		z-index: 106;
		min-height: 1em;
		background: #fff;
		padding: .1em;
		display: block;
		border: 1px solid #999;
		margin-top: -1px;
		width: auto;
		_width: 12em;
	}
	.collapsed {
		display: none;
	}
	.multiSelectContent ul {
		min-height: 1em;
		min-width: 16em;
		margin: 0;
		padding: 0;
	}
	.multiSelectContent li {
		cursor: pointer;
		cursor: hand;
		padding: 2px;
		#padding: 0;
		list-style:none;
	}
	.multiSelectContent li:hover {
		background: #ddd;
	}
	.multiSelectContent input {
		margin: 3px !important;
		vertical-align: middle !important;
	}
	.multiSelectContent label {
		display: inline;
		width: auto !important;
		height: auto !important;
		margin: auto !important;
		line-height: auto !important;
		float: none !important;
	}
	.arc90_multiselect {
		width: 135px;
		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;
	}
