  .multiSelectContent ul li input{
      width: 20px;
      float: none;
      margin: 0px;
  }
  .multiSelectContent ul li label{
    float: none;
    display: inline;
    width: 150px;
    margin: 1px 0px;
    padding: .1em 0em;
  }
	.multiSelect {
		width: 170px;
		position: relative;
		height: 22px;
		padding: 0;
		margin: -.05em 0 0 0;
		border: 0;
	}

	.multiSelect div.title {
		position: absolute;
		z-index: 94;
		color: #000;
		min-width: 170px;
    width:100%;   /* Fix for IE. */   
	}
	.multiSelect div.title-open {
		border-bottom: 1px solid #fff;
	}
	.multiSelect .title {
	 background-color: #fff;
		border: 1px solid #7f9db9;
    font-size: 1.2em;
		height: 1.2em;
		line-height: 1.2em;
		overflow: hidden;
		padding: .1em .5em .1em .3em;
		background: white url(../img/multiselect.gif) no-repeat top right;
		cursor: pointer;
		cursor: hand;
		font-family: Arial;
	}
	.multiSelect .title:hover {
		
	}
	.multiSelectContent {
		position: absolute;
		z-index: 96;
		min-height: 1em;
		background: #fff;
		padding: .1em;
		display: block;
		margin-top: -1px;
		border: 1px solid #7f9db9;
		color: #000;
		height: 23em;
		overflow: auto;
		width: 185px;
	}
	.collapsed {
		display: none;
	}
	.multiSelectContent ul {
		overflow: hidden;
		margin: 0;
		padding: 0;
	}
	.multiSelectContent li {
		cursor: pointer;
		cursor: hand;
		margin: 0;
		list-style:none;
		height: 17px;
	}
	.multiSelectContent li:hover {
		
	}
	.arc90_multiselect {
		height: 1.35em;
		visibility: hidden;
	}
	.a9selectall {
		background: #EDEFE2;
		padding-bottom: 3px;
	}


