div.jpmm-research-form-combo {
	min-width: 100px;
	width: 100%;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: white;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
	div.jpmm-research-form-combo.toggled {
		border-color: #999;
		box-shadow: 0px 0px 3px #222;
	}

input.jpmm-research-form-combo-input-basic {
	padding: 0;
	margin: 0;
	height: 14px;
	visibility: hidden;
}

div.jpmm-research-form-combo
,div.jpmm-research-form-combo-input
,div.jpmm-research-form-combo-input input
,b.jpmm-research-form-combo-btn {
	line-height: 19px !important;
	letter-spacing: 0 !important;
	vertical-align: text-top !important;
	height: 21px !important;
}

.ie div.jpmm-research-form-combo-input input {
	line-height: 17px !important;
}

b.jpmm-research-form-combo-btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid #ccc;
	width: 21px;
	height: 21px;
	background: #eee;
	cursor: pointer;
	line-height: 22px;
	text-align: center;
}
	b.jpmm-research-form-combo-btn:last-child {
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
	}
	b.jpmm-research-form-combo-btn:hover {
		background-color: #ddd;
	}
	b.jpmm-research-form-combo-btn:active
	,div.jpmm-research-form-combo.toggled b.jpmm-research-form-combo-btn[data-role=toggle] {
		background-color: #ccc;
	}
	b.jpmm-research-form-combo-btn .ico-arrow-down-grey {
		margin: 1px 0 0 -1px;
	}

.lt-ie8 .jpmm-research-form-combo-btn b.ico-arrow-down-grey {
	margin-top: 8px;
}
	
b.jpmm-research-form-combo-input-clear {
	right: 22px;
}

div.jpmm-research-form-combo-input {
	padding: 0 3px;
	margin-right: 21px;
}
	div.jpmm-research-form-combo.hasvalue div.jpmm-research-form-combo-input {
		margin-right: 42px;
	}

div.jpmm-research-form-combo input {
	width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
	height: 17px !important;
}
	div.jpmm-research-form-combo input:focus {
		outline: none;
	}

