	.listToBeFiltered{
		list-style:none;
		list-style-type:none;
		display:block;
		margin:0;
		padding:0;
		background-color:#ffffff ! important;
	}
	.listbox{
		position: absolute;
		top: 1.5em;
		left: 0px;
		height:83px;
		display:none;
		width: 100%;
		overflow: auto;
		z-index:2000;
		background-color:#ffffff ! important;
		border: 2px inset;
	}
	.listItem{
		white-space:nowrap;
		width:100%;
		display:block;
	}
	.listbox li.selected a{
		background-color:black ! important;
		color:white ! important;
	}
	.listItem a{
		color:black ! important;
		width:100%;
		display:block;
		text-decoration:none;
		background-color:#ffffff ! important;
	}
	.comboinput{
		border:none;
	}
	.comboinput .searchfield{
		width:210px;
		border:0;
		background-color:#ffffff ! important;
		border: 0px solid red;
	}
	.comboinput .searchimage{
		text-decoration:none;
		background-color:#ffffff ! important;
	}
	.comboinput .searchimage img{
		margin-left:4px;
		padding-bottom:2px;
		border: 0;
		vertical-align: middle;
		height:12px;
		width:12px;
		background-color:#ffffff ! important;
	}
	.combobox{
		display:inline-block;
		/*z-index:3000;*/
		position:relative;
		border:inset 2px; 
		width:100%;
		background-color:#ffffff ! important;
	}
	.inpage{
		z-index:100 ! important;
	}
	#typeresultcombo {
		margin-top: 11px;
		margin-left: -2px;
	}