﻿#map-canvas {
    height: 100%;
    margin: 0;
    padding: 0;
}

.findRetailers {
    width: 100%;
    padding: 0px;
    margin: auto;
}

.findRetailers span.ErrorLabel {
    color: red;
}

.findRetailers h2.spliter {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid lightgray;
    line-height: 0.1em;
    margin: 10px 0 20px;
    font-size: 14px
}

.findRetailers h2.spliter span {
    font-size: 14px;
    color: #333333;
    margin-left: 75px;
}

.findRetailers input {
    margin-bottom: 0px !important;
}

.findRetailers .ord_button {
    margin-top: 0px !important;
}

.states {
    margin-bottom: 0px !important;
    height: 35px !important;
}