﻿img.ui-combobox-arrow {
	position: absolute;
	height:20px;
	width:22px;
	top:0px;
	left:134px;
}


* html img.ui-combobox-arrow {
}

.ui-combobox-input
{
	height:15px;
	width: 131px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: Black;
	font-style: italic;
}

.modifiedCombo {color: Black; font-style: normal;}

.ui-combobox-list {
	border: 0px;
	max-height:250px;
	overflow:auto;
}

.ui-combobox-list, .ui-combobox-item {
	display: block;
	background-color:White;
	cursor:pointer;
	color:Black;
	border: 1px solid silver;
}

.ui-combobox-list .selected {
	background-color:Silver;
	border:0px;
	font-weight: bold;
}

.comboWrapper
{
	height: 15px;
	max-height: 15px;
}
