.ui-widget-content {
	border: 1px solid #a6c9e2;
	background: rgba(231, 240, 245, 1) !important;
	color: #222222;
}
.ui-autocomplete {
	position: absolute;
	cursor: pointer;
	font-size: 0.9em;
	text-align: left;
}
.ui-widget {
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: 10px !important;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: right;
	border-width: 1px 0 0 0;
	background-image: none;
	margin: .5em 0 0 0;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane button {
	float: right;
	margin: .5em .4em .5em 0;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	line-height: 1.4em;
	width:auto;
	overflow:visible;
}
.ui-button-text-only .ui-button-text {
	font-size:10px !important;
}