﻿#mapImage
{
    width: 276px;
    height: 276px;
    position: relative;
    z-index: 0;
    margin: 0px 0px 0px 0px;
    border: solid 1px #FFFEE7;
}
#mapXYLocations
{
    width: 276px;
    height: 276px;
    position: relative;
    z-index: 1;
    margin: -278px 0px 0px 0px;
    border: solid 1px #FFFEE7;
    text-align: left;
}
.location
{
    width: 17px;
    height: 13px;
    position: relative;
    border: none 1px blue;
}
#mapArea
{
    width: 276px;
    height: 276px;
    max-height: 276px;
    position: relative;
    z-index: 100;
    margin: -278px 0px 0px 0px;
    border: solid 1px #FFFEE7;
}