div.combo {
	position:relative;
	left: 0px;
	top: 0px;
}

.combo input {
	position: absolute;
}

.combo div.icon {
	position:absolute;
}

.combo div.list-wrapper {
	position: absolute;
	overflow: hidden;
	height: 200px; 
	max-height: 200px;
	z-index: 99999;
}

.combo div.list-wrapper-up {}

.combo ul {}

.combo  li {
	height: 18px;
}

.combo li.active {}


.combo .visible {
	display: block;
}

.combo .invisible {
	display: none;
}

.combo input.empty {
	height:13px;
	margin:0px;
}

div.sexy {
	white-space: nowrap;
	height: 18px;
	border: 0;
	margin: 0;
	padding: 0;
	width: 110px;
}

div.sexy input {
	margin: 0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9px;
	color:#072C3D;
	padding:1px 3px;
	background:#fff url('/Images/BackgroundCombo.gif') repeat-x 0 0;
	border:1px solid #B5B8C8;
	height: 13px;
	line-height:18px;
	vertical-align:middle; 
	left: 0px;
	top: 0px; 
	width: 105px;  
}

div.sexy div.icon {
	width:17px;
	height:16px;
	border: 0;
	background:transparent url('/Images/Trigger.gif') no-repeat 0 0;
	cursor:pointer;
	border-bottom: 1px solid #B5B8C8;
	top:0px;
	left: 105px; 
}

div.sexy div.list-wrapper {
	left: 0px;
	top: 18px;
	border: 1px solid #D9D9D9;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	width: 146px;
	bottom: auto;
}

div.sexy div.list-wrapper-up {
	top: auto;
	bottom: 18px;
}

div.sexy ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 200px;
}

div.sexy  li {
	padding: 0;
	padding-left: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9px;
	color:#072C3D;
	padding-top:1px;
	background-color: #FFFFFF;
	cursor: pointer;
	margin: 0;
}

div.sexy li.active {
	background-color: rgb(223, 232, 246);
}

div.sexy input.empty {
	color: gray;
}