﻿div.combobox, div.combobox .dropdownlist, div.combobox input  { 
	font-family: Tahoma; 
	font-size: 12px
}

div.combobox	{
	position: relative; 
	zoom: 1
}

div.combobox div.dropdownlist {
	display: none;
	overflow: auto;
	position: absolute;
	top: 18px;
	left: 0px;
	width: 200px;
	height: 200px;
	border: solid 1px #000;
	background-color: #fff;
}

div.combobox .dropdownlist a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 1px;
	height: 1em;
	line-height: 1;
	cursor: default;
}

div.combobox .dropdownlist a.light {
	color: #fff;
	background-color: #007;
}

div.combobox input {
	float: left;
	width: 182px;
	border: solid 1px #ccc;
	height: 15px;
}

div.combobox span {
	border: solid 1px #ccc;
	background: #eee;
	width: 16px;
	height: 17px;
	/*float: left;*/
    right: 20px;
	text-align: center;
	border-left: none;
	cursor: default
}