#searchBtn {
    padding: 3px;
    width: 75px;
}


#dropdown
{
    width:200px;
    border:solid 1px #000;
    padding:5px;
    font-size:12px;
}
#result
{
    position:absolute;
    width:640px;
    padding:10px;
    display:none;
    margin-top:-1px;
    border-top:0px;
    overflow:hidden;
    border:1px #CCC solid;
    background-color: white;
	z-index: 2;
}

.show
{
    padding:10px;
    border-bottom:1px #999 dashed;
    font-size:12px;
    height:50px;
}
.show:hover
{
    background:#4c66a4;
    color:#FFF;
    cursor:pointer;
}

.light input[type="text"] {
    background-color: #fcfcfc;
    border: 1px solid #acb1b7;
    width: 634px;
}
