#i_am_iconselect{
  width:233px;
  height: 23px;
  padding: 7px 10px 13px 15px;
  background: url('layout_imgs/select_bg.png') no-repeat;
  font-size: 20px;
  letter-spacing:-.05em;
  color: #773110;
  margin-top:12px;
  margin-bottom: 4px;
  margin-left:10px;
  cursor:pointer;
}
#i_am_iconselect.open{
  background:url('layout_imgs/select_bg_open.png') no-repeat;
}

#i_am_options {
  max-height: 150px;
  overflow-y: auto;
  width:258px;
}

.selectwrapper {
  margin-top: -12px; 
  margin-left: 10px;
  background: url('layout_imgs/dropdown_bg.png') top left repeat-y;
  padding-right: 2px;
  display:none;
  position:absolute;
  width: 256px;
 }

.selectwrapper .selectitems {
  padding:5px 20px;
  z-index: 10000;
  margin-left:2px;
  margin-right:4px;
  font-size:17px;
  color:#ae632b;
}
  .selectwrapper .last { 
    border: none;
    margin-bottom:10px;
  }
  
  .selectwrapper .selectitems span {
    padding-left: 5px;
  } 
  .selectwrapper .hoverclass {
    background-color:#f5ad66;
    cursor:pointer;
  } 
  .selectwrapper .selectedclass {
    background-color:#f5ad66;
  }

.selectfooter {
  background: url('layout_imgs/dropdown_bottom_bg.png') bottom left repeat-y;
  height: 10px;
  margin-bottom: -10px;
}