    #result
    {
        position:absolute;
        width:100%;
        display:none;
        margin-top:-1px;
        border-top:0px;
        overflow:hidden;
        border:1px #CCC solid;
		border-radius:5px;
        background-color: white;
		z-index:100;
    }
    .show
    {
        padding-left:10px; 
        font-size:15px; 
        height:30px;
		line-height:30px;
    }
    .show:hover
    {
        background:#4c66a4;
        color:#FFF;
        cursor:pointer;
    }