.ModalBackground {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
	background-color: #000000;
	opacity:0.5;
	filter:alpha(opacity=50);
}

.ModalDialog
{
	position:absolute;
	background-color:#fff;
	border:1px solid #fff;
	padding:0px;
	display:none;
	text-align:left;
}

.ModalDialog iframe {
	width:100%;
	height:100%;
	border-width:0;
}

.ModalDialogBody 
{
	padding:0;
	margin:0;
	overflow:auto;
	text-align:left;
}

.ModalDialogHeader 
{
	height:36px;
	margin:0px;
	width:100%;
	overflow:hidden;
	background-color:#ccc;
}


.ModalDialogHeader H2, .ModalDialogHeader H1
{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	margin:0;
	margin-top:7px;
	margin-left:7px;
	
}

.ModalDialogContent 
{
	padding:20px;
}

.ModalDialogContent hr 
{
	color:#000;background-color:#000;
}

.ModalDialogClose {
	position:absolute;
	right:7px;
	top:7px;
}

/*define the heights for all modal dialogs*/
#ModalDialogTaf 
{
	height:560px;
	width:1000px;
}



