
div.custom {
    white-space: nowrap;
    height: 24px;
    border: 0;
    margin: 0;
    padding: 0;
    width: 270px;
}

div.custom input {
    width: 254px;
}

div.custom div.icon {
    width:17px;
    height:22px;
    border: 0;
    background:transparent url(arrow.jpg) no-repeat 0 0;
    cursor:pointer;
    top:-1px;
    left: 252px; 
}


div.custom div.list-wrapper {
    left: 0px;
    top: 21px;
    border: 1px solid #666;
	border-top: 0;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    width: 266px;
    bottom: auto;
}

* html div.custom div.list-wrapper {width: 269px}

div.custom div.list-wrapper-up {
    top: auto;
    bottom: 24px;
    border: 1px solid #000000;
	border-bottom: 0;	
}

div.custom ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 200px;
}


div.custom  li {
    padding: 0;
    padding-left: 5px;
    background-color: #FFFFFF;
    cursor: pointer;
    margin: 0;
}

div.custom li.active {
    background-color: #ccc;
}

div.custom input.empty {
    color: gray;
}