#search_panel {
    position: absolute;
    top: 100px;
    left: 350px;
    width: 415px;
    border: 1px solid #d00;
    background: #fffff8;
}

#search_panel .help_text {
    padding: 5px;
    color: #00a;
    background: #eee;
}

#search_panel .help_text P {
    display: inline-block;
    width: 100px;
    margin: 0px;
}

#search_panel .help_text UL {
    margin: 0px;
}

#search_panel .help_text B {
    color: #a00;
}

#search_panel #content {
    padding: 0px;
}

#search_panel .search_text {
    width: 385px;
    height: 14px;
    border: 1px solid #888;
    border-right: 0px;
    vertical-align: top;
    margin: 5px 0px 5px 5px;
    background: #fff;
}

#search_panel .search_btn {
    margin: 5px 5px 5px 0px;
    border: 1px solid #888;
    border-left: 0px;
    vertical-align: top;
    background: #fff;
}

#search_panel .result_list {
}

#search_panel .family_record {
    border-top: 1px solid #ccc;
    cursor: pointer;
    text-align: center;
    color: #668;
}

#search_panel .family_record EM {
    color: #a00;
    font-style: normal;
}

#search_panel .family_record.highlight {
    background: #eef;
}

.grayout {
    color: #668;
}

.help,.shade {
    float: right;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.shade {
    margin-right: 1px;
}

