#searchField {
	width: 330px;}

#results {
            margin : 0px ;
			top:150px !important;
            color : #fff;
            border : buttonshadow ;
            border-width : 0px ;
            border-style : inset ;
            cursor : 'default' ;
            overflow : inherit ;
            height : auto ;
            font-family : Tahoma ;
            font-size : small ;
            text-align : left ;
            text-indent:5px;
            list-style-type : none ;
            display : table ;
            margin-left: -100px !important;
}

#results .selected {
    background-color : #028dea ;
    color : #fff ;
    padding : 2px ;
    width: 420;
}

#results .unselected {
    background-color : #f4ffdc ;
    color : windowtext ;
    padding : 1px ;
    width : 330px ;
    border : 1px solid #028dea ;
    border-top : 0px ;    
    width: 420;
}

#resultsfrom {
			top:150px !important;
            color : #fff;
            border : buttonshadow ;
            border-width : 0px ;
            border-style : inset ;
            cursor : 'default' ;
            overflow : inherit ;
            height : auto ;
            font-family : Tahoma ;
            font-size : small ;
            text-align : left ;
            text-indent:5px;
            list-style-type : none ;
            display : table ;
            margin-left: -100px !important;
}

#resultsfrom .selected {
    background-color : #028dea ;
    color : #fff ;
    padding : 2px ;
    width: 420;
}

#resultsfrom .unselected {
    background-color : #f4ffdc ;
    color : windowtext ;
    padding : 1px ;
    width : 330px ;
    border : 1px solid #028dea ;
    border-top : 0px ;    
    width: 420;
}
