fieldset {
 color: #666;
 padding: 5px;
 border: solid 1px #ddd; }
legend {
 color: #333;
 font-size: 12px;
 padding: 0 1em;
 border: solid 1px #ddd; }
fieldset p {
        padding-top: 1em;
        }
input {
        vertical-align: middle;
        }

input#search_box {
        margin-right: 5px;
        width: 100px;
        }

/* -- result -- */

div.result {
 color: #666;
 font-size: 12px;
 margin: 10px;
 border: 1px #ddd; }
div.result h2 {
        margin-bottom: 1em;
        font-size: 1.4em;
        }
div.result dl {
        }

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

div.result dl dd {
        margin-bottom: 1em;
        padding-bottom: .5em;
        border-bottom: 1px dotted #ddd;
        }
div.result h2 {
        margin-bottom: 1em;
        font-size: 1.4em;
        }
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: #ff6;
        }
