/*
In order to get a good look for jQuery UI widgets in Liferay 
*/

.ui-dialog-title {
	background: url(../images/arrows/04_right.png) no-repeat 7px 50%;
	display: block;
	font-weight: bold;
	padding: 5px;	
	padding-left: 20px; 
}

.ui-widget-overlay {
	position: absolute; 
	top: 0; left: 0; 
	width: 100%; height: 100%;
	background: #000;
	opacity: 0.2;
	filter: alpha(opacity=20);	
}

