
#mapWrap {
    width: 500px;
    height: 400px;
    float: right;
    background-color: #555;
    margin: 5px;
    border: solid #111 2px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#searchCol {
    width: 200px;
    float: left;
}

#searchCol p.thin {
    width: 200px;
}

#legend ul {
   list-style-type: square; 
}

#legend li {
    margin: 4px 0;
}

#legendFree {
    list-style-image:url("/media/img/legendFree.png");
}

#legend30 {
    list-style-image:url("/media/img/legend30.png");
}

#legendNo {
    list-style-image:url("/media/img/legendNo.png");
}

#searchCol input[type="text"] {
    width: 190px;
    margin-bottom: 4px;
}

#searchCol form {
    margin-left: 10px;
}

#inputAddr {
    color: #888;
}

#inputAddr.hasFocused {
    color: #000;
}


