#bmhouse-search-block {

}
#bmhouse-search-block input {

}
#bmhouse-search-block span{
	background:none !important;
}
#bmhouse-search-result{
    border: 1px solid #E4E4E3 !important;
	width:100% !important;
}
#bmhouse-search-block .bx-input-group-btn {
    position: absolute;
    font-size: 0;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    right: 0;
}

#bmhouse-search-block .bx-input-group-btn a {
    position: relative;
    border: none;
    background: url("img/btn_search.jpg") no-repeat;
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 47px;
    height: 44px;
    border-radius: 0;
    z-index: 40;
    margin-left: -44px;
}
