﻿.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:#ccccff;
	padding:0px;
}
.modalPopup-Caption
{
	height:19px; 
	background-color:ActiveCaption;
}
.modalPopup-Caption-Button
{
	border-width:1px; 
	width:16px; 
	height:16px; 
	padding:0px; 
	margin:0px;
}
.modalPopup-Caption-Button-Image
{
}

.modalPopupIFrame {
	background-color:#ffffff;
	border-width:0px;
	border-style:hidden;
	padding:0px;
	margin:0px;
	overflow: hidden;
}
