input#issues_selectbox_input
{
	margin: 2px 0 0 0;
	padding: 0;
}

div.selectbox-wrapper {
  position:absolute;
  width:500px;
  background-color:white;
  border:1px solid #cbcbcb;
  margin:0px;
  margin-top:0;
  padding:2px;
  font-size:11px;
  text-align:left;
  max-height:200px;
  overflow:auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #B6C8DC;
}
div.selectbox-wrapper ul li.current { 
  background-color: #B6C8DC;
}
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*/
{
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana;
	color: #275691;
	line-height: 1.4em;
	padding: 6px 0 0 10px;
	
  display : block;
  text-align:left; 
  /*height:18px;*/
  cursor: pointer;
  border:0px;
  background: #B6C8DC;
}

select {

}


