﻿.FeaturedListingArea .selectArea{
    position:relative;
}
.FeaturedListingArea .selectArea .displayArea {
    padding: 10px;
    position: absolute;
    background-color: white;
    z-index: 1;
    width: 100%;
}

.FeaturedListingArea .selectArea input {
    margin-bottom: 0;
}
