/* Drop down styles*/
div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-2px;
  padding:0px;
  text-align:left;
  max-height:200px;
  overflow:auto;
  color:#7D7D7D;
  font-family: arial;
    font-size: 13px;
}

/*Drop down list styles*/
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
/* Selected item in dropdown list*/
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}

/* Hover state for dropdown list */
div.selectbox-wrapper ul li.current { 
  background-color: #CDD8E4;
}

/* Drop down list items style*/
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

/* Look and feel of select box */
.selectbox 
{
	background: url("../images/type.png") ;
	background-repeat:no-repeat;
	    border: medium none;
	    bottom: 0px;
	    cursor: pointer;
	    display: block;
	    height: 31px;
	    position: relative;
	    right: 1px;
	    text-indent: 15px;
	    width: 286px;
}

.selectbox2
{
  background: url("../images/question.png") ;
      border: medium none;
      
      cursor: pointer;
      display: block;
      height: 31px;
      position: relative;
      
      text-indent: 52px;
      width: 318px;
      

}
div.selectbox2-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin-top:-3px;
  padding:0px;
  text-align:left;
  max-height:200px;
  overflow:auto;
  color:#7D7D7D;
  font-family: arial;
    font-size: 13px;
}

/*Drop down list styles*/
div.selectbox2-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
/* Selected item in dropdown list*/
div.selectbox2-wrapper ul li.selected { 
  background-color: #EAF2FB;
}

/* Hover state for dropdown list */
div.selectbox2-wrapper ul li.current { 
  background-color: #CDD8E4;
}

/* Drop down list items style*/
div.selectbox2-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

