#poi_search {
    background-color: #7e9920;
    color: #c4e75b;
    font-size:8pt;
    padding: 5px 5px 5px 5px;
    margin-bottom: 4px;
}

#poi_search .caption {
    font-family: HelveticaNeue-CondensedBlack, Impact, "Arial Narrow", sans-serif;
    font-size: 12pt;
    text-transform: uppercase;
    letter-spacing: 1pt;
    color: white;
}

#poi_search .comment {

}

#poi_search form {
    padding: 0px;
    margin: 2px 0px 0px 0px;
}

#poi_search fieldset {
    text-align: right;
    padding:0px;
    margin:0px;
    border:none;
}

#poi_search select {
    margin-top: 4px;
    width: 99%;
    border: 1px solid #edd53d;
    color: #7e9920;
    font-size: 8pt;
    background-color: white;
}

#poi_add {
    background-color: #7e9920;
    color: #c4e75b;
    font-size:8pt;
    padding: 5px 5px 5px 5px;
    margin-bottom: 4px;
}

#poi_add .caption {
    font-family: HelveticaNeue-CondensedBlack, Impact, "Arial Narrow", sans-serif;
    font-size: 12pt;
    text-transform: uppercase;
    letter-spacing: 1pt;
    color: white;
}

#poi_add fieldset {
    padding:0px;
    margin:0px;
    border:none;
}

#poi_add select {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px solid #edd53d;
    color: #7e9920;
    font-size: 8pt;
    background-color: white;
}

#poi_add input.format {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px solid #edd53d;
    color: #7e9920;
    font-size: 8pt;
    background-color: white;
}

#poi_add textarea {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px solid #edd53d;
    color: #7e9920;
    font-size: 8pt;
    background-color: white;
}

#poi_results .item {
    margin-bottom: 5px;
    font-size: 8pt;
    border-bottom: 1px solid #7e9920;
    border-left: 1px solid #7e9920;
    padding: 3px;
}

#poi_submit {
    text-align: right;
}

#poi_results .title {
    font-size: 11pt;
}

#poi_results .title .type {
    color: #7e9920;
}

#poi_results .title .map {
    font-size: 8pt;
}

#poi_results a {
    color: #7e9920;
}

#poi_results fieldset {
    border: none;
    padding: 0px;
}