fieldset {
        border: 1px solid #ddd;
        font-size: 10px;
        margin-bottom: 1em;
        }

legend {
        padding: 0 1em;
        border: 1px solid #ddd;
        }


input#search_box {
        width: 120px;
        }


/* -- result -- */

div.result {

        }

div.result h2 {
        margin-bottom: 1em;

        }

div.result dl {
        }

div.result dl dt {
        margin-bottom: .5em;
        color: #cccccc;
        }

div.result dl dd {
        margin-bottom: 1em;
        padding-bottom: .5em;
        border-bottom: 1px dotted #ddd;
        }

div.result h2 {
        margin-bottom: 1em;

        }

div.result img.searching {
        margin-right: 5px;
        vertical-align: middle;
        }

div.result p.search_back {
        padding: 1em 0 1em 16px;
        background: url(/img/icon_arrow.gif) no-repeat left center;
        }

div.result span.keywords {
        background: #999900;
        }
