div.selectbox-wrapper {

 /*position:absolute;

  width:400px;

  background-color:#F7F8F8;

  border:1px solid #B2B2B2;

  margin:0px;

  margin-top:7px;

  padding:0px 0 0 8px;

  font-size:11px;*/

  text-align:left;

  /*max-height:1000px;

  z-index:200;

  color:#487fa3;*/

  

  width:230px !important;

	/*height:180px;

	*/

	margin:2px 0 0 0px;

	padding:5px 0 0 5px;

	background:url(../img/selectboxwtbg.gif) no-repeat 0 0;

	outline:none;

	display:block;

}

div.selectbox-wrapper ul {  

	background:none !important;

	height:180px;

	overflow:hidden;

	overflow-y:scroll;

	padding:8px 12px 8px 0;

	border-top:1px solid #bbd5eb;

	/*border-left:0px solid #000 !important;

	border:1px solid #FF0000;*/

	display:block;

	}

div.selectbox-wrapper ul li {

	color:#487fa3;

	padding:8px 8px 8px 8px !important;

	cursor:pointer;

	display:block;

	width:210px;

	}

div.selectbox-wrapper ul li.selected { 

	background-color:#F7F8F8;

	color:#FFF;



}

div.selectbox-wrapper ul li.current { 

	background-color: #BBD5EB;

	color:#FFF;

}

label {

    display: block;

}

.selectbox /* look&fell of  select box*/

{

  font-family:Arial, Helvetica, sans-serif;

  font-size:11px;

  width : 230px; 

  display : block;

  height:20px;

  text-align:left;

  padding:5px 0 0 10px;

  /*background: url('../img/citiesbg.gif') no-repeat right bottom;*/

  cursor: pointer;

  color:#487fa3;

  background:url(../img/icon-arrowdown.gif) no-repeat 223px 10px #FFF;

  border:0px !important;

}

select {

	 border: 1px solid #ADC3D5;
    color: #898989;
    font-family: Arial;
    font-size: 11px;
    outline: medium none;
    padding:4px 2px 3px;
	width:238px;
	margin-bottom:4px;

}










