
/*                                        */
/* local adjustments to the jquery-ui css */
/*                                        */

/* for yes/no box */
.no-close .ui-dialog-titlebar-close {
	display: none;
}

.ui-widget-content.ui-widget {
	border: 1px outset #999999;
}

.ui-dialog .ui-dialog-titlebar {
	background-color: #ffffdd;
}

.ui-widget-content {
	background-color: #cceeff;
}

/* for google like search (e.g. item number) */
.ui-autocomplete-loading {
	background: white url("images/busy.gif") right center no-repeat;
}

.ui-widget input {
    font-family: verdana, arial, sans-serif
}

.ui-autocomplete-loading
{
	background: white url("images/busy.gif") right center no-repeat;
}

