/* =============================================================================
jQuery UI
----------------------------------------------------------------------------- */

/* modal overlay */
.ui-widget-overlay
{
	background: #000;
	opacity: 0.6;
}

/* general */
.ui-dialog
{
	background: #000;
}

.ui-widget-content
{
	color: #ccc;
}