.popupl_panel_wrapper { display:block; height:0px; left:0px; top:0px; position:absolute; width:100%; }
.popl_table { border-collapse: collapse; table-layout:fixed; display:table; text-align:left; }
.popl_border {background-image:url('../img/pop_dialog_border.png')}
.popl_border_v { width:10px; background-image:url('../img/pop_dialog_border.png')}
.popl_topleft {  padding: 0px;  width:10px; height:10px; overflow:hidden; background-image:url('../img/pop_dialog_top_left.png')}
.popl_topright { padding: 0px;  width:10px; height:10px; overflow:hidden; background-image:url('../img/pop_dialog_top_right.png')}
.popl_bottomleft { padding: 0px;  width:10px; height:10px; overflow:hidden; background-image:url('../img/pop_dialog_bottom_left.png')}
.popl_bottomright { padding: 0px;   width:10px; height:10px; overflow:hidden; background-image:url('../img/pop_dialog_bottom_right.png')}

.pop_content { padding: 0px; background-color:#ffffff; }

.dialogl_content 
{
	display:block;
	/*
	font-family:Tahoma;
	font-size:11px;
	*/
	border-top: solid 0px #555;
	border-left: solid 1px #555;
	border-right: solid 1px #555;
	border-bottom: solid 1px #555;
}

.dialogl_summary_loading
{
	display:block;
	/*
	font-family:Tahoma;
	font-size:22px;
	*/
	font-size:90%;
	
	padding: 3px 5px 7px 5px;
	text-align:center;
	
	background-color: #ffffff;
}