img {
    border: none;
}

#map_container {
    margin-left: 1em;
    margin-top: 1em;
    float: right;
}

#ymap {
    border: solid 1px black;
}

div#results {
    clear: both;
}

div#results div {
    text-align: center;
    float: left;
    border: solid 1px #999999;
    width: 240px;
    height: 260px;
    padding: 10px;
    margin: 10px;
}
div#results2 div {
    text-align: center;
    border: solid 1px #999999;
    width: 240px;
    height: 260px;
    padding: 10px;
    margin: 10px;
}

#loading {
    position: absolute;
    top: 25%; left: 50%;
    margin: 0 0 0 -16px;
    text-align: center;
    width: 32px;
    color: black;
    background-color: white;
    border: solid 1px #999999;
    padding: 4px;
    display: none;
    line-height: 1;
}

