.dialog
{
	display: block;
	position: absolute;
}

.dialog table.table_window  {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th {
  padding: 0;
}

.dialog .title_window {
  -moz-user-select:none;
}

.overlay_surfnet_waitdialog
{
	background-color: #fff;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	z-index: 500 !important;
}

.surfnet_waitdialog_sizer
{
	width:0px;
	height:0px;
}

.surfnet_waitdialog_close
{
	width:0px;
	height:0px;
}

.surfnet_waitdialog_minimize
{
	width:0px;
	height:0px;
}

.surfnet_waitdialog_maximize
{
	width:0px;
	height:0px;
	display:none;
}

.surfnet_waitdialog_title
{
	width:0px;
	height:0px;
	display:none;
}


.surfnet_waitdialog_content
{
	overflow: hidden;
	color: #000000;
	font-size: 10px;
  margin-left: auto;
  margin-right: auto;
}



.surfnet_waitdialog_message
{
	font-weight: bold;
 font-size: 1.5em;
	text-align:center;
	width:100%;
	color:#000000;
	padding-bottom:10px;
	height: 60px;
}

.surfnet_waitdialog_progress
{
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:110px;
	background: url(/images/global/progress.gif) no-repeat center center;
}