@import url("http://www.google.com/uds/css/gsearch.css");
@import url("http://www.google.com/uds/solutions/localsearch/gmlocalsearch.css");

body {
    background: #000;
    font-size: 9pt;
    color: #888;
    text-align: center;
    font-family: "Trebuchet MS", "Segoe UI", Segoe, Tahoma, Verdana, "Geneva CE", Arial, lucida, sans-serif;
}

form, input, textarea {
    font-size: 9pt;
    color: #888;
}

#map {
    height:560px;
    margin: 0px 10px 0px 120px;
}

#loading {
    color: #d00;
}

#choice {
    width: 110px;
    float: left;
}

#photo-image {
    display: block;
    width: 160px;
    height: 160px;
    margin: 0px auto 0px auto;
    background-image: none;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}

a.line-a, a.line-a:visited {
    color: #000;
    text-decoration: none;
    font-weight: 800;
    font-size: 12pt;
    padding: 3px 5px 3px 5px;
    margin: 7px 2px 7px 2px;
    background: #aaa;
}

a.line-a:hover, a.line-a:hover:visited {
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 12pt;
    padding: 3px 5px 3px 5px;
    margin: 7px 2px 7px 2px;
    background: #d00;
}

.clear {
    border: 0px;
}

.icon {
    vertical-align: middle;
}

.group {
    display: block;
    width: 100px;
    float: left;
    text-align: left;
    padding: 2px;
}

.lbl {
    display: block;
    width: 85px;
    text-align: left;
    margin-left: 15px;
    padding: 2px;
}

.info-window {
    padding: 5px;
    color: #000;
    text-align: left;
}

.center {
    text-align: center;
}

.clr {
    clear: both;
}