        .ui-corner-all
        {
            -moz-border-radius: 4px 4px 4px 4px;
			
			
        }

        .ui-widget-content
        {
            border: 1px solid white;
            color: #222222;
            background-color:white;
			width: auto;
			height:auto;

			
        }
        .ui-widget
        {
            
           
        }
		

        .ui-menu
        {
            display: block;
            float: right;
            list-style: none outside none;

            padding: 5px 5px 5px 5px;
			            border: 5px solid white;
            color: #222222;
            background-color:white;
			            width: auto;
        }
        .ui-autocomplete
        {
            cursor: default;
            position: absolute;
        }
        .ui-menu .ui-menu-item
        {
            clear: left;
            float: left;
			 font-size: 12px!important;
            margin: 6px 0px 0px -8px;
            padding: 0;
            width: auto;
			height: auto;
        }
        .ui-menu .ui-menu-item a
        {
            display: block;
            padding: 3px 3px 3px 3px;
            text-decoration: none;
            cursor: pointer;
            background-color: white;
			
        }
        .ui-menu .ui-menu-item a:hover
        {
            display: block;
            padding: 3px 3px 3px 3px;
            text-decoration: none;
            color: #666666;
            cursor: pointer;
            background-color: #ffffff;
			
        }
        .ui-widget-content a
        {
            color: #222222;
        }	






