#locMap{
    width: 600px;
    height: 450px;
    float: left;
    border: 1px solid #bbab91;
    margin-left: 20px;
}
.mapLeft{
    width: 250px;
    float:left;
    position:relative;
}
.bcliquor{
    position:absolute;
    top: 370px;
    left: 0px;
}
.formArea{
    width: 180px;
    float: left;
    padding-top: 2px;
}
.searchInput{
    width: 160px;
    height: 20px;
    font-size: 10px;
}
.formArea input{
    border: 1px solid #bbab91;

}
.submitArea{
    width: 30px;
    float: left;
}
.searchForm{
    border: 1px solid #999;

    padding: 10px 5px;
}
#resultsArea{
   overflow:auto;
   height: 200px;
   
}
.eachLoc{
    border-left: 1px solid #999;
   border-right: 1px solid #999;
   border-bottom: 1px solid #999;
    padding: 10px;
}
.locTitle{
    font-weight: bold;
    cursor:pointer;
}


