
.combo-outer { 
	position: relative;
	top: 0px;
	left: 0px;
	width: 194px;
	height: 19px;
	border-top: 1px #8B9196 solid;
	border-left: 1px #8B9196 solid;
	border-bottom: 1px #DFE5EA solid;
	border-right: 1px #DFE5EA solid;
	background-color: #424242;
}

.combo-input {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 81px;  /* outer width - arrow width - input left padding - input right padding */
	height: 17px;
	border: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 17px;
	font: 13px/15px "Century Gothic",verdana,arial,helvetica,sans-serif;
    color: #000000;
    text-align: left;
}

.combo-arrow {
    position: absolute;
	background-image: url('../images/comboarrow.gif');
    color: #000000;
    top: 0px;
	right: 0px;
    width: 15px;
	height: 19px;
	cursor: pointer;
	cursor: hand; /* IE5 */
}

.combo-results {
	background-color:#FFFFFF;
	cursor:pointer;
	cursor:hand; /* IE5 */
}

.combo-results ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #999999;
	border-right: 1px solid #000000;
}

.combo-results li { 
	list-style-type: none; 
	margin: 0px; 
	padding: 0px 2px 0px 2px;
	font: 13px/15px "Century Gothic",verdana,arial,helvetica,sans-serif;
    color:#000000;
    text-align:left;			
}	

.combo-results li.selected {
	color: #FFFFFF;
	background-color: #222222;
}
