#search_feature select{
    width: 197px;
    margin-top: 3px;
}
#search_feature input.button{
    margin-top: 5px;
    width: 150px;
    background-color: #8DC63F;
}

#search_feature input#hargamin{
    width: 85px;
    height: 20px;
}
#search_feature input#hargamax{
    width: 85px;
    height: 20px;
}

#search_feature{
    color: white;
    position: absolute;
    top:44px;
    left: 230px;
    width: 300px;
    background: #009444;
    border: 1px solid #009444;
/*    padding: 3px 0px 3px 0px;*/
/*    margin-bottom: 5px;*/
    overflow: auto;
    border-bottom-right-radius:5px;
    -moz-border-bottom-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    -moz-border-bottom-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
}
