﻿#map{
    height: 700px;
}
#main .search-form .find-dealer button{
    float: left;
    margin-top: -8px;
}
#main .search-form .find-dealer .column{
    padding-top: 2px;
}
.location-info ul{
    padding-left: 16px;
}
.location-info ul li{
    list-style-type: disc;
}
.location-info .logo{
    margin: 7px 0;
    float: left;
    width: 100%;
}
.dealer-error-message{
    display: none;
    padding: 5px 0;
    margin: 15px 0 5px;
    background: #FF9494;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    float: left;
    text-align: center;
    width: 100%;
    border-radius: 2px;
}
