/* Drop down styles*/

.select_wrapper {
  float:right; 
  width:93px;
  display:inline;
}

.select_wrapper_long {
  float:right; 
  width:123px;
  display:inline;
}

div.selectbox-wrapper {
  position:absolute;
  width:91px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:19px;
  padding:0px;
  text-align:right;
  max-height:210px;
  overflow:auto;
  z-index:9999;
  font:bold 9pt Arial;
}

/*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: #e5cbe6;
}

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

/* 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 */
.designedSelect_box 
{
  /*margin: 2px 0px 0px 0px;*/
  padding:0px 10px 0px 0px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:1em;/* Resize Font*/
  width : 82px; height:22px; /* Resize Width Height */
  display : block;
  text-align:right; 
  background: url('input_92.png') top right;
  background-repeat: no-repeat;
  /*background-position: top;*/
  cursor: pointer;
  border:none;
  color:#000000;
  font:9pt Arial;
  float:right;
}

/* Look and feel of select box */
.designedSelectLong_box
{
  /*margin: 2px 0px 0px 0px;*/
  padding:0px 10px 0px 0px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:1em;/* Resize Font*/
  width : 112px; height:22px; /* Resize Width Height */
  display : block;
  text-align:right; 
  background: url('input_122.png') top right;
  background-repeat: no-repeat;
  /*background-position: top;*/
  cursor: pointer;
  border:none;
  color:#000000;
  font:9pt Arial;
  float:right;
}


