/* Hotel Search Bar */
#hotelSearchBar {
    background-color:#F2F2F2;
    margin-top:20px;
    padding:12px 25px;
    margin-left:15px;
    margin-right:15px;
}

#hotelSearchBar .powered-by {
    margin-left: 550px;
    margin-top: 10px;
    margin-right: 0;
    width: 330px;
    padding-right: 0;
    text-align: right;
}

#hotelSearchBar input {
    padding:5px;
}

#hotelSearchQuery {
    width:300px;
}

#hotelSearchFromDate,
#hotelSearchToDate {
    width:168px;
    cursor:pointer;
    background-image:url('http://images.familyvacationcritic.com/calendar_icon.png');
    background-repeat:no-repeat;
    background-position:right center;
    padding:11px;
}

#hotelSearchQuery,
#hotelSearchFromDate,
#hotelSearchToDate {
    font-family:Arial;
    font-size:11pt;
    border:1px solid #999;
}

#hotelSearchQuery:focus,
#hotelSearchFromDate:focus,
#hotelSearchToDate:focus {
    outline:none;
    border:1px solid #4D90FE;
    -webkit-box-shadow:0px 0px 4px 0px #4D90FE;
    box-shadow:0px 0px 4px 0px #4D90FE;
}

#hotelSearchButton {
    width:180px;
    font-family:Arial;
    font-weight:bold;
    font-size:16px;
    color:#FFF;
    background-color:#D42D42;
    border:0;
    float:right;
    cursor:pointer;
    height:29px;
    vertical-align:center;
}

#hotelSearchBarResults {
    position:absolute;
    z-index:999;
    background:#fff;
    border:1px solid #999;
    width:320px;
}

.hotelSearchBarResult {
    font-size:13px;
    padding:5px 10px 5px 25px;
    color:#2f64B2;
    cursor:pointer;
    display:block;
}

.hotelSearchBarName {
    display: block;
}

.hotelSearchBarLocation {
    display: block;
    font-size: 9px;
    line-height: 7px;
}

.hotelSearchBarResult.destResult {
    background-image:url('http://images.familyvacationcritic.com/location_symbol_blue2.jpg');
    background-repeat:no-repeat;
    background-position:5px 5px;
}

.hotelSearchBarResult.destResult.selected {
    background-image:url('http://images.familyvacationcritic.com/location_symbol_white2.jpg');
}

.hotelSearchBarResult.selected {
    color:#fff;
    background-color:#5a82eb;
}
