/* alters the label space for the input */

.mapLabel {

        clear: left;

        float: left;

        width: 80px;

        text-align: right;

        font: 14px/22px;
        margin-right: 5px;

        border-top: 1px solid #666;

}

/* "Trebuchet MS", Arial, Helvetica, sans-serif  text-transform: uppercase; */



/* Spaces Get Direction Button from left hand side of page */

#submit {

        margin-left: 175px;

}


#getDir {

        margin-top: 15px;

}

/* Sets the size of map to display on page */



#map {

        height: 440px;

        width:  550px;

}


/* Sets the fonts to be used for the directions to the office */

#directions {

        font: 100% "Trebuchet MS", Arial, sans-serif;

}