﻿
h1 {
    background: transparent url(../../images/visitor/headGettingHere.gif) top left no-repeat;
    height: 20px;
    width: 234px;
}

#map_canvas
{
    margin-bottom: 20px;
}

.directionsWrap {
    background-color: #DFDDC3;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}

.directionsWrap label {
    display: block;
}

.directionsWrap input.txtBox { 
    border: 1px solid #231f20;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 5px 5px;
    width: 215px;
}

#mainContent .directionsWrap p.buttons {
    margin-bottom: 0;
}

p.buttons input {
    background: transparent url(../../images/visitor/btnGetDirections.gif) top left no-repeat;
    border: none;
    cursor: pointer;
    height: 26px;
    width: 130px;
}


p.buttons a {  
    position: absolute;
    top: 158px;
    right: 15px;
}

.map {
    margin-bottom: 20px;
}

#routeThanks {
    margin-top: 10px;
}