body {
    font-size: 12px;
    font-family: trebuchet ms, Verdena;
}
div#header {
    text-align: right;
}
div#content {
    margin-top: 30px;
    text-align: center;
}
div#auto_complete {
    width: 360px;
    height: expression(document.body.clientWidth > 200 ? '200px': 'auto');
    max-height: 200px;
    background: #fff;
    overflow: auto;
    text-align: left;
    z-index: 1;
}
div#auto_complete ul {
    border: 1px solid #888;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
}
div#auto_complete ul li {
    margin: 0;
    padding: 3px;
}
div#auto_complete ul li.selected {
    background-color: #0066ff;
    color: #fff;
}
div#auto_complete ul strong.highlight {
    color: #800;
    margin: 0;
    padding: 0;
}
div#footer {
    margin-top: 30px;
    text-align: center;
}
label {
    cursor: pointer;
}
address {
    font-style: normal;
}
