.ui-corner-all {
	-moz-border-radius:0 0 0 0;
}
.ui-dialog .ui-dialog-titlebar {
	height:20px;
	padding: 0px;
	background: #66c7fe none;
	border: none;
}
.ui-dialog-titlebar a{
	display: none;
}
.ui-dialog .ui-dialog-content {
	overflow:hidden;
}
.ui-widget-overlay {
	background: #000000 none 50% 50% repeat-x; 
	opacity: .50;
	filter:Alpha(Opacity=50);
 }
 .ui-widget-content {	
	 border: 1px solid #555555;	
	 padding: 0px;	
}
.ui-widget {
	font-family:Arial;
}