#container div.selectbox-wrapper {
/*	float: left;*/
/*	margin-left: 5px;*/
    position:absolute;
    width:150px !important;
    background-color: #525252;
    border:0px;
    margin:0px;
    /*margin-top:-3px;
	margin-left: 15px;*/
    padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
    font-size:0.8em;
    text-align:left;
    height: auto;
/*   *height:200px; /*IE6 fix */
   overflow: auto;
	z-index: 2;	
	border-top: 1px solid #000;
	-webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
top:20px;left:0;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;

}
div.selectbox-wrapper ul li.selected { 

}
div.selectbox-wrapper ul li.current { 
  background-color: #393939;
  text-decoration: underline;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  cursor:pointer;
  padding:2px 2px 2px 15px;
  font-size: 11px;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  /*margin: 0px 5px 10px 0px;
    padding-left:2px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:0.8em;
    width : 10em; 
    display : block;
    text-align:left; 
    background: url('bg_select_blue.png') right;
    /*height:18px;*/
/*    cursor: pointer;
    border:1px solid #D1E4F6;
    color:#333;*/

	background:#525252 url(/images/back/coner3_2.gif) no-repeat scroll right top;
	color:#FFFFFF;
	display:inline-block;
	font-size:11px;
	margin-left:15px;
	text-decoration:none;

}

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


