
div.custom {
    white-space: normal;
    height: 24px;
    border: 0;
    margin: 0;
    padding: 0;
	width: 160px;
}

div.custom input {
    margin: 0 0 0 0;
    font:normal 14px tahoma, arial, helvetica, sans-serif;
    padding:1px 3px;
    background:#fff url(s-input-bg.jpg) repeat-x 0 0;
    border:1px solid #084B8A;
    height: 20px;
    line-height: 20px;
    vertical-align:middle; 
    left: 0px;
    top: 0px;
    width: 160px; 
}

div.custom div.icon {
    width:24px;
    height:24px;
    border: 0;
    background:transparent url(arrow.jpg) no-repeat 0 0;
    cursor:pointer;
    top:0px;
    left: 160px;
}


div.custom div.list-wrapper {
    left: 0px;
    top: 24px;
    border: 1px solid #000000;
	border-top: 0;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
	width: 177px;
    bottom: auto;
}

div.custom div.list-wrapper-up {
    top: auto;
    bottom: 24px;
    border: 1px solid #000000;
	border-bottom: 0;
	width: 177px;
	
	/*This was included to get scroll bars in Netscape Navigator*/
	overflow:auto;	
}

div.custom ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 250px;
}


div.custom  li {
    padding: 0;
    padding-left: 5px;
    font:normal 14px tahoma, arial, helvetica, sans-serif;
    background-color: #FFFFFF;
	border-bottom-style: dashed;
	border-width: 0.5px;
	border-color: #CBCBCB;
    cursor: pointer;
    margin: 0;
	/*height: 50px;*/
	height:auto;
	width: 155px;
	text-align:left;
	padding-bottom:10px;
}

div.custom li.active {
    color: #000000;
}

div.custom input.empty {
    color: gray;
}

