@import url("/common/css/local/property/area/mapStyles.css");

#mapContainer {
    width: 685px;
}

#addLocationBox {
    background: #E8E8E8 url(/westin/images/property/area/addLocationArrow.gif) no-repeat 10px 10px;
    border: 1px solid #E8E8E8;
    padding-left: 35px;
    width: 638px;
}

#attractionSelector {
    position: relative;
    background: #E8E8E8;
    padding: 10px 12px;
}

#attractionSelector label {
    font-weight: bold;
}

#attractionSelector #attractionCategory {
    position: absolute;
    top: 7px;
    right: 10px;
}

* html #attractionSelector #attractionCategory {
    right: 30px;
}

