#search_keyword_id
{
    width:300px;
    border:solid 1px #CDCDCD;
    padding:10px;
    font-size:14px;
    margin-bottom:20px;
}
#result2
{
    position:absolute;
    width:320px;
    display:none;
    margin-top:-1px;
    border-top:0px;
    overflow:hidden;
    border:1px #CDCDCD solid;
    background-color: white;
}
.show1
{
    font-family:tahoma;
    padding:10px;
    border-bottom:1px #CDCDCD dashed;
    font-size:15px;
}
.show1:hover
{
    background:steelblue;
    color:#FFF;
    cursor:pointer;
}
.web{font-size:0.95em;}