.dialog_loading
{
	background: url("../img/fugue_ui-progress-bar-indeterminate.gif") no-repeat scroll center center transparent;
    height: 90%;
    position: absolute;
    width: 90%;
}

.dialog_shadow
{
	position: absolute;
	background: white;	
	opacity:0.7;
	filter : alpha(opacity=70);
	z-index: 10;
}

