/*=======================TOP FORM=======================*/

#airsearch_advanced_wrap {
    margin: auto;
    position: relative;
    z-index: 99;
}

#airsearch_advanced_container {
    float: left;
    margin-right: 5px;
    padding: 9px 8px;
    width: 300px;
}
.fr_search_widget {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;    
}

.adv_search{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    margin-top: 12px;
    width: 100%;
    position: relative;
}




#airsearch_advanced_container .adv_search #adv_search_field {
    margin: 0 !important;
    border-bottom: 1px solid #EEEEEE !important;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
    height: 30px !important;
    padding: 3px 35px 4px 10px !important;
    width: 100% !important;
}




#btn_adv_srarch {
    background: url("images/searchico-green.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    cursor: pointer;
    float: right;
    height: 100%;
    max-width: 33px;
    position: absolute;
    right: 0;
    top: 0;
    width: 16%;
}

/*=======================END TOP FORM===================*/


/*==================Search Results=====================*/
h4.as_title {
    background: none repeat scroll 0 0 #0A8251;
    color: #FFFFFF !important;
    font-size: 17px;
    margin: 16px 0 0;
    padding: 10px 0;
    text-align: center;
}
#as_cat_wrap {margin-top: 25px;}

