.selectWrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
.selectWrapper ul li.selected { 
  background-color: #d3dee9;
}
.selectWrapper ul li.active { 
  background-color: #a3aea9;
}
.selectWrapper ul li {
  list-style-type:none;
  display:block;
  margin:0px;
  cursor:pointer;
  font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
  color: #4E4E4E;
  font-size: 11px;
  padding-left: 2px;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  margin: 0px;
  padding:0px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
  font-size:1em;
  display : block;
  text-align:left;
  background: url('bg_select.png') right;
  cursor: pointer;
  border:1px solid #6d91cd;
  color:#333;
}
.selectInput
{
	display:block;
	border:0px none;
	background:none;
	margin:0px;
	padding:0px;
	cursor: pointer;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	color: #4E4E4E;
	font-size: 11px;
	margin-left: 2px;
}
.selectWrapper {
	position:absolute;
	width:auto;
	background-color:white;
	border:1px solid #ccc;
	margin:0px;
	font-size:1em;
	text-align:left;
	max-height:200px;
	overflow:auto;
}

select {
	background: url('bg_select.png') right;
}

