div.selectbox-wrapper {
	background-color:white;
	border:1px solid #CCCCCC;
	font-size:12px;
	margin:-2px 5px 0;
	max-height:200px;
	overflow:auto;
	padding:0;
	position:absolute;
	text-align:left;
	width:211px !important;
	z-index:8;
	height:250px;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
div.selectbox-wrapper ul li.current { 
  background-color: #CDD8E4;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
	background:transparent url(../../imgs/bg/bg-input.png) no-repeat scroll 0 -106px;
	color:#627786;
	cursor:pointer;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bolder;
	height:29px;
	margin-right:5px;
	padding-left:8px;
	padding-top:9px;
	text-align:justify;
	width:207px !important;
}

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


