.multiSelect {
	width: 9.9em;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	height: 22px;
	padding: 0;
	/*margin: -.05em 0 0 0;*/
	border: 0;
	width: 212px;
	overflow: hidden;
	clear: both;
}

.multiSelect .title {
	background-color: #fff;
	border: 1px solid #999;
	padding: 0;
	margin: 0;
	cursor: default;
	min-width: 9.8em;
	width: 200px;
}
.multiSelect div.title {
	position: absolute;
	z-index: 104;
	padding: 0 5px;
}
.multiSelect div.title-open {
	border-bottom: 1px solid #fff;
}
.multiSelect .title {
	width: 200px;
	height: 1.7em;
	line-height: 1.7em;
	overflow: hidden;
	padding: 0m 1em 0 .5em;
	background: white url(/image/multiselect.gif) no-repeat top right;
}
.multiSelect .title:hover {
	background: white url(/image/multiselect-hover.gif) no-repeat top right;
}
.multiSelectContent {
	position: absolute;
	z-index: 106;
	min-height: 1em;
	width: 252px;
	background: #e9f3f8;
	/*padding: 5px;*/
	display: block;
	margin-top: -1px;
	border: 1px solid #999;
}

.multiSelectContent iframe	{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	bottom:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width: 100%;/*must have for any big value*/
	height: 100%;/*must have for any big value*/;
	}
	
.collapsed {
	display: none;
}
.multiSelectContent ul {
	overflow: auto;
	min-height: 1em;
	min-width: 20em;
	margin: 0;
	padding: 0.2em 0.4em;
}
.multiSelectContent li {
	cursor: pointer;
	cursor: hand;
	margin: 5px 0;
	list-style:none;
	clear: both;
	float: left;
	width: 100%;
}
/*
.multiSelectContent li:hover {
	background: #ddd;
}
*/
.multiSelectContent input {
	width: auto;
	}
#search-a-job .multiSelectContent label {
	color: #444444;
	width: auto;
	line-height: 1.0;
	margin-left: 0.2em;
	}
.arc90_multiselect {
	width: 12.5em;
	height: 1.35em;
	visibility: hidden;
}
.a9selectall {
}

/* 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;
}