div.comte_combo {
    white-space: nowrap;
    height: 21px;
    border: 0;
    margin: 0;
    padding: 0;
    width: 146px;
}

div.comte_combo input {
    margin: 0 0 0 0;
   
    background:#fff url(../img/layout/combobox/global_bg.png);
    border:none;
    height: 19px;
    line-height:18px;
    vertical-align:middle; 
    left: 0px;
    top: 0px; 
    width: 132px;
	padding:0px 30px 0px 0px; 

}

div.comte_combo div.icon {
    width:22px;
    height:21px;
    border: 0;
    background:transparent url(../img/layout/combobox/arrow.png) no-repeat 0 0;
    cursor:pointer;
    
    top:0px;
    left: 145px; 

}


div.comte_combo div.list-wrapper {
    left: 0px;
    top: 21px;
    border: 1px solid #777;
    background-color: #ccc;
    padding: 0;
    margin: 0;
    width: 166px;
    bottom: auto;
	
}

div.comte_combo div.list-wrapper-up {
    top: auto;
    bottom: 21px;
}

div.comte_combo ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 200px;
}


div.comte_combo li {
    padding: 0;
    padding-left: 5px;
    background-color: #FFFFFF;
    cursor: pointer;
    margin: 0;
	font-size:10px;
	word-spacing:0.02em;
	
}

div.comte_combo li.active {
    background-color: rgb(190, 208, 150);
	
	color:#fff;
}

div.comte_combo input.empty {
    color: gray;
}