div.combobox {
    white-space: nowrap;
    height: 21px;
    border: 0;
    margin: 0;
    padding: 0;
    width: 199px;
}

div.combobox input {
    margin: 0 0 0 0;
    font:normal 11px arial;
    padding:1px 3px;
    background:#474745;
    border:none;
    height: 20px;
    line-height:18px;
    vertical-align:middle; 
    left: 0px;
    top: 0px; 
    width: 192px;
    color: #fff;
}

div.combobox div.icon {
    width:17px;
    height:22px;
    border: 0;
    background:transparent url(../images/combobox/trigger.gif) no-repeat -2px -2px;
    cursor:pointer;
    top:0px;
    left: 182px; 
}

div.combobox:hover div.icon {
    background-position: -19px -2px;
}

div.combobox div.list-wrapper {
    left: 0px;
    top: 21px;
    padding: 0;
    margin: 0;
    width: 199px;
    bottom: auto;
}

div.combobox div.list-wrapper-up {
    top: auto;
    bottom: 21px;
}

div.combobox ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 200px;
}

div.combobox li {
    padding: 1px 0 1px 5px;
    font:normal 11px arial;
    background: #474745;
    cursor: pointer;
    margin: 0;
    color: #ffffff;
}

div.combobox li.active {
    background: #cc9900;
}

/*for IE*/
div.combobox a, div.combobox a:visited, div.combobox a:active {
    display: block;
	width: 100%;
	width: 146px;
	text-decoration: none;
    font:normal 12px arial;
	color: #000000;
    cursor: pointer;
    margin: 0;	
	height: 20px;
}
