/*************** combobox *****************/

.combobox .combobox_button{
  position: absolute;
  width: 34px;
  height: 33px;
  background-image: url(../img/bot.png);
  top: 6px;
  right:6px;

}

.combobox .combobox_button img{
  display: block;
}

.combobox .combobox_element{
    display: block;
    width:230px;
    background-color: #f1f1f1;
    border-left: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    font-family:Arial,Helvetica,Garuda,sans-serif;
    font-size: 14px;
    color: #5a5958;
    padding: 7px 0 7px 15px;

}
.combobox .combobox_element .invalid{
    background: #000;
}

.combobox .combobox_element span{
  font-family:Arial,Helvetica,Garuda,sans-serif;
  font-size: 14px;
  color: #5a5958;
}

.combobox ul.combobox_content{
    position: absolute;
    z-index: 5;
    background-color: #eaeaea;
    font-family:Arial,Helvetica,Garuda,sans-serif;
    font-size: 14px;
    color: #5a5958;
    border-top: 1px solid #cfcfcf;

    overflow: auto;
    top: 44px;
}

.combobox ul.combobox_content li{
    background-color: #eaeaea;
    color: #002851;
    cursor: pointer;
    padding:10px 0px 10px 25px;
    border-bottom: 1px solid #cfcfcf;
}

.combobox ul.combobox_content li:hover {
  background: #dee3e7;
}

.combobox ul.combobox_content li span{
    font-family:Arial,Helvetica,Garuda,sans-serif;
    font-size: 14px;
    color: #5a5958;
}