@CHARSET "UTF-8";

	.ui-autocomplete {
		max-height: 240px;
		overflow-y: auto;
		/* prevent horizontal scrollbar */
		overflow-x: hidden;
		/* add padding to account for vertical scrollbar */
		padding-right: 20px;
	}
	/* IE 6 doesn't support max-height
	 * we use height instead, but this forces the menu to always be this tall
	 */
	* html .ui-autocomplete {
		height: 100px;
	}
	
	.ui-button { margin-left: -1px; }
	.ui-button-icon-only .ui-button-text { padding: 2px; } 
	.ui-autocomplete-input { margin: 0; padding: 2px;background:#F3F3F3 }
	
	
	.ui-menu .ui-menu-item a, .ui-dialog .ui-dialog-title, .ui-dialog .ui-dialog-content,.ui-button-text-only .ui-button-text {
		font-size:80%;
	}
	
	