.combo-input-container {
	width:100%;
}
.combo-input {
	width:90%;
}
.combo-img {
	width:26px;
	height:26px;
}
.combo-img-cell {
	width:26px;
}
.combo-list-container {
	display:none;
	position:absolute;
	left:0px;
	right:0px;
	z-index:100000;
}
.combo-list {
/*	list-style-type:none;
	padding:0px;
	margin:0px;
	border-style:solid;
	border-width:1px;
*/
	width:100%;
	background-color:white;
}
.combo-item {
	padding:5px;
	cursor:default;
	width:100%;
}
.combo-item-selected {
	background-color:blue;
	color:white;
}