#dialog_overlay
{
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	
	z-index:100;
	
	width:100%;
	height:100%;
	
	margin:0px;
	padding:0px;
	
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

#dialog_image
{
	border:none;
	padding:0px;
	margin:0px;
	z-index:120;
	position:fixed;
	width:208px;
	height:13px;
	background-image: url('Images/Dialog/loading_animation.gif');
	background-repeat:no-repeat;
	background-position:center;
}

#dialog
{
	position:fixed;
	z-index:110;
	
	width:600px;
	height:480px;
	
	margin:auto;
	padding:0px;
	
	background-color:#fff;
	overflow:hidden;
}

#dialog_iframe
{
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    padding:0px;
    margin:0px;
    width:100%;
    height:100%;
    background-color:#fff;
    overflow:hidden;
    z-index:111;
}

#dialog_container
{
	top:0px;
    left:0px;
    right:0px;
    bottom:0px;
	position:absolute;
    padding:0px;
    margin:0px;
    width:100%;
    height:100%;
    overflow:hidden;
    z-index:99;
}

