
.iris-combo {
	position: relative;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	border: 1px solid #CFCFCF;
	vertical-align: middle;
	min-width: 50px;
	_width: 50px;
}
.iris-combo:hover {
	border: 1px solid #C1C1C1;
}
.iris-combo-text {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: left;
	background-color: white;
	z-index: 1;
}
.iris-combo-text-inline {
	padding-left: 5px;
	text-align: left;
}
.iris-combo-arrow {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 22px;
	height: 24px;
	line-height: 24px;
	background-color: #EFEFEF;
	z-index: 2;
}
.iris-combo-arrow:hover {
	background-color: #DFDFDF;
}
.iris-combo-arrow-down {
	position: absolute;
	top: 0px;
	right: 2px;
	width: 18px;
	height: 24px;
	line-height: 24px;
	background: url("../images/combo_arrow.png") no-repeat right;
}
.iris-combo-arrow-up {
	position: absolute;
	top: 0px;
	right: 2px;
	width: 18px;
	height: 24px;
	line-height: 24px;
	background: url("../images/combo_arrow-up.png") no-repeat right;
}
.iris-combo-panel {
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 5;
	display: none;
	background-color: white;
	border: 1px solid #CFCFCF;
	overflow: auto;
}
.iris-combo-panel dl {
	list-style: none;
	padding: 0px;
}
.iris-combo-panel dl dd {
	line-height: 22px;
	cursor: pointer;
	white-space: nowrap;
	text-align: left;
	border: 0px;
}
.iris-combo-panel dl dd span {
	text-align: left;
	margin: 0px 5px;
	height: 22px;
	line-height: 22px;
}
.iris-combo-panel dl dd:HOVER {
	color: black;
	background-color: #DADADA;
}
.iris-combo-bg-lightgray {
	background-color: #FAFAFA;
}
.iris-combo-bg-white {
	background-color: #FFFFFF;
}
.iris-combo-bg-selected {
	color: white;
	background-color: #226fbe;
}
.iris-combo-disabled {
	background-color: #eee;
}